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 | 錵詞握謐 | 1110100001000101100011101000110010001000101011001110011010001101 | e8458e8c88ace68d |
EUC-JP | 錵詞握謐 | 1110111110100110101110111110110010110000101011101110101111101101 | efa6bbecb0aeebed |
UTF-8 | 錵詞握謐 | 111010011000110010110101111010001010100110011110111001101000111110100001111010001010110010010000 | e98cb5e8a99ee68fa1e8ac90 |
UHC | ?詞握謐 | 00111111110111101111001011100100110001001101101011001101 | 3fdef2e4c4dacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)