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 | 曜??恂↑シ | 10010111011010100011111100111111100111001001011010000001101010101000001101010110 | 976a3f3f9c9681aa8356 |
EUC-JP | 曜??恂↑シ | 11001101110010110011111100111111110101111111011010100010101011001010010110110111 | cdcb3f3fd7f6a2aca5b7 |
UTF-8 | 曜띸쥈恂↑シ | 111001101001101110011100111010111001110110111000111011001010010110001000111001101000000110000010111000101000011010010001111000111000001010110111 | e69b9ceb9db8eca588e68182e28691e382b7 |
UHC | 曜띸쥈恂↑シ | 111010001111100010001101111001111010001010000001111000101110000110100001111010001010101110110111 | e8f88de7a281e2e1a1e8abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)