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 | 歪??歟?? | 1001100001100011001111110011111110011111011000100011111100111111 | 98633f3f9f623f3f |
EUC-JP | 歪??歟?? | 1100111111000100001111110011111111011101110000110011111100111111 | cfc43f3fddc33f3f |
UTF-8 | 歪든걀歟든윐 | 111001101010110110101010111010111001001110100000111010101011000110000000111001101010110110011111111010111001001110100000111011001001110010010000 | e6adaaeb93a0eab180e6ad9feb93a0ec9c90 |
UHC | 歪든걀歟든윐 | 111010001110000010110101111001111011000010111111111001101010001010110101111001111001111110010111 | e8e0b5e7b0bfe6a2b5e79f97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)