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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | ??斤?a | 001111110011111110001011110100100011111101100001 | 3f3f8bd23f61 |
EUC-JP | ??斤?a | 001111110011111110110110110101000011111101100001 | 3f3fb6d43f61 |
UTF-8 | 렺旽斤렑a | 11101011101000001011101011100110100101111011110111100110100101101010010011101011101000001001000101100001 | eba0bae697bde696a4eba09161 |
UHC | 렺旽斤렑a | 100011101100001011010100110001011101000011000101100011101010011001100001 | 8ec2d4c5d0c58ea661 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)