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 | ??伊??祉 | 0011111100111111100010001100100100111111001111111000111010000011 | 3f3f88c93f3f8e83 |
EUC-JP | ??伊??祉 | 0011111100111111101100001100101100111111001111111011101111100011 | 3f3fb0cb3f3fbbe3 |
UTF-8 | 履렰伊讀歷祉 | 111011111010011110011111111010111010000010110000111001001011110010001010111011111010010110011010111011111010011010001100111001111010010110001001 | efa79feba0b0e4bc8aefa59aefa68ce7a589 |
UHC | 履렰伊讀歷祉 | 111011001010101010001110101111011110110010100101110101001110011011100110101110001111001010110011 | ecaa8ebdeca5d4e6e6b8f2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)