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 | «Ïû©° | 1000111110101011110011111111101110001111101010011011000010001111 | 8fabcffb8fa9b08f |
SJIS-WIN | ??????°? | 001111110011111100111111001111110011111100111111100000011000101100111111 | 3f3f3f3f3f3f818b3f |
EUC-JP | ??Ïû?©°? | 001111110011111110001111101010101100000110001111101010111110010100111111100011111010001011101101101000011110101100111111 | 3f3f8faac18fabe53f8fa2eda1eb3f |
UTF-8 | «Ïû©° | 11000010100011111100001010101011110000111000111111000011101110111100001010001111110000101010100111000010101100001100001010001111 | c28fc2abc38fc3bbc28fc2a9c2b0c28f |
UHC | ??????°? | 001111110011111100111111001111110011111100111111101000011100011000111111 | 3f3f3f3f3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)