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 | 奬??豚? | 10011010111110110011111100111111100100111101100000111111 | 9afb3f3f93d83f |
EUC-JP | 奬??豚雩 | 110101001111110100111111001111111100011011011010100011111110011011111010 | d4fd3f3fc6da8fe6fa |
UTF-8 | 奬렯뤯豚雩 | 111001011010010110101100111010111010000010101111111010111010010010101111111010001011000110011010111010011001101110101001 | e5a5aceba0afeba4afe8b19ae99ba9 |
UHC | 奬렯뤯豚雩 | 11101101111000011000111010111100100011111101110111010100110010101110100111101100 | ede18ebc8fddd4cae9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)