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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逵帷寫 | 111001111001110010011011111001111001101110001101 | e79c9be79b8d |
EUC-JP | 逵帷寫 | 111011011111110011010110111010011101010111101101 | edfcd6e9d5ed |
UTF-8 | 逵帷寫 | 111010011000000010110101111001011011100010110111111001011010111110101011 | e980b5e5b8b7e5afab |
UHC | 逵?寫 | 1101000010110000001111111101111011010000 | d0b03fded0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)