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 | ????巫隕 | 0011111100111111001111110011111110011011110111101110100010100110 | 3f3f3f3f9bdee8a6 |
EUC-JP | 澐???巫隕 | 10001111110010001110100100111111001111110011111111010110111000001111000010101000 | 8fc8e93f3f3fd6e0f0a8 |
UTF-8 | 澐렣롋끓巫隕 | 111001101011111010010000111010111010000010100011111010111010000110001011111010111000000110010011111001011011011110101011111010011001101010010101 | e6be90eba0a3eba18beb8193e5b7abe99a95 |
UHC | 澐렣롋끓巫隕 | 111010011111101010001110101101001000111011010001101100101111101011011001111000111110101010100010 | e9fa8eb48ed1b2fad9e3eaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)