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 | ´÷? | 101101001111011100111111 | b4f73f |
SJIS-WIN | ´÷¥ | 100000010100110010000001100000001000000110001111 | 814c8180818f |
EUC-JP | ´÷¥ | 101000011010110110100001111000001010000111101111 | a1ada1e0a1ef |
UTF-8 | ´÷¥ | 11000010101101001100001110110111111011111011111110100101 | c2b4c3b7efbfa5 |
UHC | ´÷¥ | 101000101010010110100001110000001010000111001101 | a2a5a1c0a1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)