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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖??宜?? | 1001110110001010001111110011111110001011010110000011111100111111 | 9d8a3f3f8b583f3f |
EUC-JP | 搖??宜?? | 1101100111101010001111110011111110110101101110010011111100111111 | d9ea3f3fb5b93f3f |
UTF-8 | 搖깅쵎宜백걬 | 111001101001000010010110111010101011100110000101111011001011010110001110111001011010111010011100111010111011000010110001111010101011000110101100 | e69096eab985ecb58ee5ae9cebb0b1eab1ac |
UHC | 搖깅쵎宜백걬 | 111010001111010010110001111010111010110010010000111010111111000110111001111010011000000110010101 | e8f4b1ebac90ebf1b9e98195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)