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 | ò§ºè¿ | 1111001010100111101110101110100010111111 | f2a7bae8bf |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | ò§ºè¿ | 1000111110101011110100101010000111111000100011111010001011101011100011111010101110110010100011111010001011000100 | 8fabd2a1f88fa2eb8fabb28fa2c4 |
UTF-8 | ò§ºè¿ | 11000011101100101100001010100111110000101011101011000011101010001100001010111111 | c3b2c2a7c2bac3a8c2bf |
UHC | ?§º?¿ | 0011111110100001110101111010100010101100001111111010001010101111 | 3fa1d7a8ac3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)