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 | 胙k矯褫 | 1110001111110000100000101000101110001011101110001110010111110011 | e3f0828b8bb8e5f3 |
EUC-JP | 胙k矯褫 | 1110011011110010101000111110101110110110101110101110101011110101 | e6f2a3ebb6baeaf5 |
UTF-8 | 胙k矯褫 | 111010001000001110011001111011111011110110001011111001111001111110101111111010001010010010101011 | e88399efbd8be79fafe8a4ab |
UHC | ?k矯? | 001111111010001111101011110011101110110000111111 | 3fa3ebceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)