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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?悸驛 | 0011111110011100101001111110100110000011 | 3f9ca7e983 |
EUC-JP | ?悸驛 | 0011111111011000101010011111000111100011 | 3fd8a9f1e3 |
UTF-8 | 룵悸驛 | 111010111010001110110101111001101000001010111000111010011010100110011011 | eba3b5e682b8e9a99b |
UHC | 룵悸驛 | 100011111010101011001100111110111110011010111110 | 8faaccfbe6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)