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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?讌巐廷アィB | 00111111111001101010010111111010101101101001001011101100101100011010100001000010 | 3fe6a5fab692ecb1a842 |
EUC-JP | 嶴讌巐廷アィB | 100011111011101111110011111011001010011110001111101110111111100111000100111011101000111010110001100011101010100001000010 | 8fbbf3eca78fbbf9c4ee8eb18ea842 |
UTF-8 | 嶴讌巐廷アィB | 11100101101101101011010011101000101011101000110011100101101101111001000011100101101110111011011111101111101111011011000111101111101111011010100001000010 | e5b6b4e8ae8ce5b790e5bbb7efbdb1efbda842 |
UHC | ???廷??B | 0011111100111111001111111110111111010101001111110011111101000010 | 3f3f3fefd53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)