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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 箋??P | 1110001010110011001111110011111101010000 | e2b33f3f50 |
EUC-JP | 箋??P | 1110010010110101001111110011111101010000 | e4b53f3f50 |
UTF-8 | 箋뺡눈P | 11100111101011101000101111101011101110101010000111101011100010001000100001010000 | e7ae8bebbaa1eb888850 |
UHC | 箋뺡눈P | 11101111101010001001010111101001101101001010101101010000 | efa895e9b4ab50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)