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 | 搖??諭?? | 1001110110001010001111110011111110010111010000000011111100111111 | 9d8a3f3f97403f3f |
EUC-JP | 搖??諭?? | 1101100111101010001111110011111111001101101000010011111100111111 | d9ea3f3fcda13f3f |
UTF-8 | 搖깅쵎諭얗뇳 | 111001101001000010010110111010101011100110000101111011001011010110001110111010001010101110101101111011001001011010010111111010111000011110110011 | e69096eab985ecb58ee8abadec9697eb87b3 |
UHC | 搖깅쵎諭얗뇳 | 111010001111010010110001111010111010110010010000111010111011000110111110111010011000011110010111 | e8f4b1ebac90ebb1bee98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)