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 | 在?蒸肯 | 10001101110111010011111110001111111101101000110101101101 | 8ddd3f8ff68d6d |
EUC-JP | 在?蒸肯 | 10111010110111110011111110111110111110001011100111001110 | badf3fbef8b9ce |
UTF-8 | 在렔蒸肯 | 111001011001110010101000111010111010000010010100111010001001001010111000111010001000001010101111 | e59ca8eba094e892b8e882af |
UHC | 在렔蒸肯 | 1110111010100100100011101010100111110001111110101101000011101001 | eea48ea9f1fad0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)