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 | 濡??窈?お | 100101000100011100111111001111111110001001110111001111111000001010101000 | 94473f3fe2773f82a8 |
EUC-JP | 濡??窈?お | 110001111010100000111111001111111110001111011000001111111010010010101010 | c7a83f3fe3d83fa4aa |
UTF-8 | 濡뉖죿窈붻お | 111001101011111110100001111010111000100110010110111011001010001110111111111001111010101010001000111010111011011010111011111000111000000110001010 | e6bfa1eb8996eca3bfe7aa88ebb6bbe3818a |
UHC | 濡뉖죿窈붻お | 111010111010000110000111111010111010000110010111111010011010000110010100111010001010101010101010 | eba187eba197e9a194e8aaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)