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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 曜??箋??G | 100101110110101000111111001111111110001010110011001111110011111101000111 | 976a3f3fe2b33f3f47 |
EUC-JP | 曜??箋??G | 110011011100101100111111001111111110010010110101001111110011111101000111 | cdcb3f3fe4b53f3f47 |
UTF-8 | 曜쏅젒箋됰젣G | 11100110100110111001110011101100100011111000010111101100101000001001001011100111101011101000101111101011100100001011000011101100101000001010001101000111 | e69b9cec8f85eca092e7ae8beb90b0eca0a347 |
UHC | 曜쏅젒箋됰젣G | 11101000111110001001101111101011101000001001000111101111101010001000100111101011101000001001110001000111 | e8f89beba091efa889eba09c47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)