To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 댵꼮꽧됰 | 111010111000110010110101111010101011110010101110111010101011110110100111111010111001000010110000 | eb8cb5eabcaeeabda7eb90b0 |
UHC | 댵꼮꽧됰 | 1000100011011000100001001000100110000100101100101000100111101011 | 88d8848984b289eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)