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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 黎좊젌亮몃젵 | 111011111010011010001001111011001010001010001010111011001010000010001100111011111010010110110111111010111010101010000011111011001010000010110101 | efa689eca28aeca08cefa5b7ebaa83eca0b5 |
UHC | 黎좊젌亮몃젵 | 111001101011000110100000111010111010000010001101111001011011100110111000111010111010000010101001 | e6b1a0eba08de5b9b8eba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)