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 | ???豚? | 001111110011111100111111100100111101100000111111 | 3f3f3f93d83f |
EUC-JP | ???豚雩 | 0011111100111111001111111100011011011010100011111110011011111010 | 3f3f3fc6da8fe6fa |
UTF-8 | 藺렯뤯豚雩 | 111011111010011110110000111010111010000010101111111010111010010010101111111010001011000110011010111010011001101110101001 | efa7b0eba0afeba4afe8b19ae99ba9 |
UHC | 藺렯뤯豚雩 | 11101100111000011000111010111100100011111101110111010100110010101110100111101100 | ece18ebc8fddd4cae9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)