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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | ?幄@h | 0011111110011011111010000100000001101000 | 3f9be84068 |
EUC-JP | ?幄@h | 0011111111010110111010100100000001101000 | 3fd6ea4068 |
UTF-8 | 왃幄@h | 1110110010011001100000111110010110111001100001000100000001101000 | ec9983e5b9844068 |
UHC | 왃幄@h | 100111101011011011100100110000010100000001101000 | 9eb6e4c14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)