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 | 驕伎ウキ寘韮 | 11101001100000011000101011101010101100111011011111111010101010011001010001000010 | e9818aeab3b7faa99442 |
EUC-JP | 驕伎ウキ寘韮 | 11110001111000011011010011101100100011101011001110001110101101111000111110111010111000011100011110100011 | f1e1b4ec8eb38eb78fbae1c7a3 |
UTF-8 | 驕伎ウキ寘韮 | 111010011010100110010101111001001011110010001110111011111011110110110011111011111011110110110111111001011010111110011000111010011001111110101110 | e9a995e4bc8eefbdb3efbdb7e5af98e99fae |
UHC | 驕伎???? | 1100111011110110110100001110101100111111001111110011111100111111 | cef6d0eb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)