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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 贒帷泅B | 11111011101011111001101111100111100111111001101001000010 | fbaf9be79f9a42 |
EUC-JP | 贒帷泅B | 1000111111011111110000111101011011101001110111011111101001000010 | 8fdfc3d6e9ddfa42 |
UTF-8 | 贒帷泅B | 11101000101101001001001011100101101110001011011111100110101100111000010101000010 | e8b492e5b8b7e6b38542 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)