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 | 靄??? | 1110100011001001001111110011111100111111 | e8c93f3f3f |
EUC-JP | 靄??? | 1111000011001011001111110011111100111111 | f0cb3f3f3f |
UTF-8 | 靄롥넻裂 | 111010011001110110000100111010111010000110100101111010111000010010111011111011111010011010100000 | e99d84eba1a5eb84bbefa6a0 |
UHC | 靄롥넻裂 | 1110010011110111100011101110010110000110101101011110011011110001 | e4f78ee586b5e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)