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 | 躁??校 | 111001110100111000111111001111111000110101011010 | e74e3f3f8d5a |
EUC-JP | 躁??校 | 111011011010111100111111001111111011100110111011 | edaf3f3fb9bb |
UTF-8 | 躁ㅶ렫校 | 111010001011101010000001111000111000010110110110111010111010000010101011111001101010000010100001 | e8ba81e385b6eba0abe6a0a1 |
UHC | 躁ㅶ렫校 | 1111000011100010101001001110011010001110101110011100111011101000 | f0e2a4e68eb9cee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)