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 | 冶??葉?? | 1001011011101000001111110011111110010111011101000011111100111111 | 96e83f3f97743f3f |
EUC-JP | 冶??葉?? | 1100110011101010001111110011111111001101110101010011111100111111 | ccea3f3fcdd53f3f |
UTF-8 | 冶숈컡葉삳쨮 | 111001011000011010110110111011001000100010001000111011001011101110100001111010001001000110001001111011001000001010110011111011001010100010101110 | e586b6ec8888ecbba1e89189ec82b3eca8ae |
UHC | 冶숈컡葉삳쨮 | 111001011010011110011001111011001011000010001100111001111010100010111011111010111010010010001000 | e5a799ecb08ce7a8bbeba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)