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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?栯??? | 00111111100011111100001111010010001111110011111100111111 | 3f8fc3d23f3f3f |
UTF-8 | 먿栯먿멇먿 | 111010111010100010111111111001101010000010101111111010111010100010111111111010111010100110000111111010111010100010111111 | eba8bfe6a0afeba8bfeba987eba8bf |
UHC | 먿栯먿멇먿 | 10010000111110011110100111110001100100001111100110010001010000011001000011111001 | 90f9e9f190f9914190f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)