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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 啼?梓矜? | 1001101001100101001111111000100010110010111000011110000000111111 | 9a653f88b2e1e03f |
EUC-JP | 啼?梓矜? | 1101001111000110001111111011000010110100111000101110001000111111 | d3c63fb0b4e2e23f |
UTF-8 | 啼렮梓矜병 | 111001011001010110111100111010111010000010101110111001101010001010010011111001111001111110011100111010111011001110010001 | e595bceba0aee6a293e79f9cebb391 |
UHC | 啼렮梓矜병 | 11110000101001101000111010111011111011101010100111010000111010001011101010110100 | f0a68ebbeea9d0e8bab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)