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 | 湿梢跪 | 100011101011110010001111101111011110011011101100 | 8ebc8fbde6ec |
EUC-JP | 湿梢跪 | 101111001011111010111110101111111110110011101110 | bcbebebfecee |
UTF-8 | 湿梢跪 | 111001101011100110111111111001101010001010100010111010001011011110101010 | e6b9bfe6a2a2e8b7aa |
UHC | ?梢? | 00111111111101001111111000111111 | 3ff4fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)