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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 崖ラゴ瑤 | 1000101001010010100000111000100110000011010100111110101010100010 | 8a5283898353eaa2 |
EUC-JP | 崖ラゴ瑤 | 1011001110110011101001011110100110100101101101001111010010100100 | b3b3a5e9a5b4f4a4 |
UTF-8 | 崖ラゴ瑤 | 111001011011010010010110111000111000001110101001111000111000001010110100111001111001000110100100 | e5b496e383a9e382b4e791a4 |
UHC | 崖ラゴ瑤 | 1110010011110000101010111110100110101011101101001110100011111101 | e4f0abe9abb4e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)