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 | 訝???▼? | 1110011001100010001111110011111100111111100000011010010100111111 | e6623f3f3f81a53f |
EUC-JP | 訝???▼? | 1110101111000011001111110011111100111111101000101010011100111111 | ebc33f3f3fa2a73f |
UTF-8 | 訝방㉬曆▼룴 | 111010001010100010011101111010111011000010101001111000111000100110101100111011111010011010001011111000101001011010111100111010111010001110110100 | e8a89debb0a9e389acefa68be296bceba3b4 |
UHC | 訝방㉬曆▼룴 | 111001001011100010111001111001101010100010111101111001101011011110100001111001011000111110101001 | e4b8b9e6a8bde6b7a1e58fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)