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 | 語???ョ? | 1000110011101010001111110011111100111111100000111000011100111111 | 8cea3f3f3f83873f |
EUC-JP | 語??嫄ョ? | 10111000111011000011111100111111100011111011101010100001101001011110011100111111 | b8ec3f3f8fbaa1a5e73f |
UTF-8 | 語뤴뫖嫄ョ솾 | 111010001010101010011110111010111010010010110100111010111010101110010110111001011010101110000100111000111000001110100111111011001000011010111110 | e8aa9eeba4b4ebab96e5ab84e383a7ec86be |
UHC | 語뤴뫖嫄ョ솾 | 111001011101111010001111111000101001000110111000111010101011000110101011111001111001100110110010 | e5de8fe291b8eab1abe799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)