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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譯取。賛 | 11100110101000011000111011100110101000011000111001011110 | e6a18ee6a18e5e |
EUC-JP | 譯取。賛 | 1110110010100011101111001110100010001110101000011011101110111111 | eca3bce88ea1bbbf |
UTF-8 | 譯取。賛 | 111010001010110110101111111001011000111110010110111011111011110110100001111010001011001110011011 | e8adafe58f96efbda1e8b39b |
UHC | 譯取?? | 111001101011101111110110101000100011111100111111 | e6bbf6a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)