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 | 轣晨擠寀罷、 | 1110011110000001100111011110110110011101101010011111101010100111100101001110101110100100 | e7819ded9da9faa794eba4 |
EUC-JP | 轣晨擠寀罷、 | 11101101111000011101101011101111110110101010101110001111101110101101101111001000111011011000111010100100 | ede1daefdaab8fbadbc8ed8ea4 |
UTF-8 | 轣晨擠寀罷、 | 111010001011110110100011111001101001100110101000111001101001001110100000111001011010111110000000111001111011110110110111111011111011110110100100 | e8bda3e699a8e693a0e5af80e7bdb7efbda4 |
UHC | ?晨?寀罷? | 001111111110001111100111001111111111001111110010111101111111001100111111 | 3fe3e73ff3f2f7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)