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 | 襌罹矯ハ | 11100101111110011001110011101011100010111011100011001010 | e5f99ceb8bb8ca |
EUC-JP | 襌罹矯ハ | 1110101011111011110110001110110110110110101110101000111011001010 | eafbd8edb6ba8eca |
UTF-8 | 襌罹矯ハ | 111010001010010110001100111001111011110110111001111001111001111110101111111011111011111010001010 | e8a58ce7bdb9e79fafefbe8a |
UHC | ?罹矯? | 001111111101011111100111110011101110110000111111 | 3fd7e7ceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)