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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貊珠梛鉗 | 1110011010111011100011101110110010011110100010111110011111100111 | e6bb8eec9e8be7e7 |
EUC-JP | 貊珠梛鉗 | 1110110010111101101111001110111011011011111010111110111011101001 | ecbdbceedbebeee9 |
UTF-8 | 貊珠梛鉗 | 111010001011001010001010111001111000111110100000111001101010001010011011111010011000100110010111 | e8b28ae78fa0e6a29be98997 |
UHC | 貊珠?鉗 | 11011000111001111111000111000001001111111100110011000110 | d8e7f1c13fccc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)