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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 訝??節??h | 111001100110001000111111001111111001000011011111001111110011111101101000 | e6623f3f90df3f3f68 |
EUC-JP | 訝??節??h | 111010111100001100111111001111111100000011100001001111110011111101101000 | ebc33f3fc0e13f3f68 |
UTF-8 | 訝딉풜節쇽쉿h | 11101000101010001001110111101011100101001000100111101101100100101001110011100111101011111000000011101100100001111011110111101100100010011011111101101000 | e8a89deb9489ed929ce7af80ec87bdec89bf68 |
UHC | 訝딉풜節쇽쉿h | 11100100101110001000101011101111101111101001111111101111101111011011110011101111101111011011001001101000 | e4b88aefbe9fefbdbcefbdb268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)