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 | 歪??歪?? | 1001100001100011001111110011111110011000011000110011111100111111 | 98633f3f98633f3f |
EUC-JP | 歪??歪?? | 1100111111000100001111110011111111001111110001000011111100111111 | cfc43f3fcfc43f3f |
UTF-8 | 歪언갑歪언갖 | 111001101010110110101010111011001001011010111000111010101011000010010001111001101010110110101010111011001001011010111000111010101011000010010110 | e6adaaec96b8eab091e6adaaec96b8eab096 |
UHC | 歪언갑歪언갖 | 111010001110000010111110111100001011000010101001111010001110000010111110111100001011000010101110 | e8e0bef0b0a9e8e0bef0b0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)