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 | 鞜疲錐褊 | 1110100011011111100101001110011010010000100011011110010111101101 | e8df94e6908de5ed |
EUC-JP | 鞜疲錐褊 | 1111000011100001110010001110100010111111111011011110101011101111 | f0e1c8e8bfedeaef |
UTF-8 | 鞜疲錐褊 | 111010011001111010011100111001111001011010110010111010011000110010010000111010001010010010001010 | e99e9ce796b2e98c90e8a48a |
UHC | ?疲錐? | 001111111111100110101010111101011101111000111111 | 3ff9aaf5de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)