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 | 顋捧蜜籬 | 1110100011111001100101011111100110010110101010001110001011011111 | e8f995f996a8e2df |
EUC-JP | 顋捧蜜籬 | 1111000011111011110010101111101111001100101010101110010011100001 | f0fbcafbccaae4e1 |
UTF-8 | 顋捧蜜籬 | 111010011010000110001011111001101000110110100111111010001001110010011100111001111011000110101100 | e9a18be68da7e89c9ce7b1ac |
UHC | ?捧蜜籬 | 00111111110111001110100111011010110011001101011111100110 | 3fdce9daccd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)