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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 莉ーU | 11100100101110111011000001010101 | e4bbb055 |
EUC-JP | 莉ーU | 1110100010111101100011101011000001010101 | e8bd8eb055 |
UTF-8 | 莉ーU | 11101000100011101000100111101111101111011011000001010101 | e88e89efbdb055 |
UHC | 莉?U | 11010111111010010011111101010101 | d7e93f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)