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 | 髯、諡達 | 11101001100110011010010011100110100010111001001001000010 | e999a4e68b9242 |
EUC-JP | 髯、諡達 | 1111000111111001100011101010010011101011111010111100001110100011 | f1f98ea4ebebc3a3 |
UTF-8 | 髯、諡達 | 111010011010101110101111111011111011110110100100111010001010101110100001111010011000000110010100 | e9abafefbda4e8aba1e98194 |
UHC | ??諡達 | 001111110011111111100011110011011101001110111001 | 3f3fe3cdd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)