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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | スミスミ^ | 101111011111001010110101110100001011110111110010101101011101000001011110 | bdf2b5d0bdf2b5d05e |
EUC-JP | ス?ミス?ミ^ | 1000111010111101001111111000111011010000100011101011110100111111100011101101000001011110 | 8ebd3f8ed08ebd3f8ed05e |
UTF-8 | スミスミ^ | 11101111101111011011110111101110100001111010110011101111101111101001000011101111101111011011110111101110100001111010110011101111101111101001000001011110 | efbdbdee87acefbe90efbdbdee87acefbe905e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)