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 | 材?移 | 1000110111011110001111111000100011011010 | 8dde3f88da |
EUC-JP | 材?移 | 1011101011100000001111111011000011011100 | bae03fb0dc |
UTF-8 | 材렏移 | 111001101001110110010000111010111010000010001111111001111010011110111011 | e69d90eba08fe7a7bb |
UHC | 材렏移 | 111011101010011110001110101001011110110010111001 | eea78ea5ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)