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 | ??? | 00111111001111111010110100111111 | 3f3fad3f |
SJIS-WIN | 驛??移 | 111010011000001100111111001111111000100011011010 | e9833f3f88da |
EUC-JP | 驛??移 | 111100011110001100111111001111111011000011011100 | f1e33f3fb0dc |
UTF-8 | 驛노移 | 1110100110101001100110111110101110000101101110001100001010101101111001111010011110111011 | e9a99beb85b8c2ade7a7bb |
UHC | 驛노移 | 1110011010111110101100111110101110100001101010011110110010111001 | e6beb3eba1a9ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)