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 | 嶸ゅ?與 | 11111010101101001000001011100011001111111110010001101111 | fab482e33fe46f |
EUC-JP | 嶸ゅ?與 | 1000111110111011111101001010010011100101001111111110011111010000 | 8fbbf4a4e53fe7d0 |
UTF-8 | 嶸ゅ끀與 | 111001011011011010111000111000111000001010000101111010111000000110000000111010001000100010000111 | e5b6b8e38285eb8180e88887 |
UHC | 嶸ゅ끀與 | 1110011110101110101010101110010110000101101101101110011010101000 | e7aeaae585b6e6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)