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 | 瑤???θ? | 1110101010100010001111110011111100111111100000111100011000111111 | eaa23f3f3f83c63f |
EUC-JP | 瑤???θ? | 1111010010100100001111110011111100111111101001101100100000111111 | f4a43f3f3fa6c83f |
UTF-8 | 瑤뗤튋說θ왌 | 1110011110010001101001001110101110010111101001001110110110001010100010111110111110100110101000011100111010111000111011001001100110001100 | e791a4eb97a4ed8a8befa6a1ceb8ec998c |
UHC | 瑤뗤튋說θ왌 | 111010001111110110001011111001001011100110011111111001101111001010100101111010001001111010111101 | e8fd8be4b99fe6f2a5e89ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)