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 | 專?┗阻麥? | 10011011100100110011111110000100101011111001000101101010111010100110110100111111 | 9b933f84af916aea6d3f |
EUC-JP | 專?┗阻麥? | 11010101111100110011111110101000101100011100000111001011111100111100111000111111 | d5f33fa8b1c1cbf3ce3f |
UTF-8 | 專흐┗阻麥딱 | 111001011011000010001000111011011001110110010000111000101001010010010111111010011001100010111011111010011011101010100101111010111001010010110001 | e5b088ed9d90e29497e998bbe9baa5eb94b1 |
UHC | 專흐┗阻麥딱 | 111011101111011011001000111001011010011010110001111100001110011011011000111010101011010111111100 | eef6c8e5a6b1f0e6d8eab5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)