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 | 崖ョ?瑤 | 10001010010100101000001110000111001111111110101010100010 | 8a5283873feaa2 |
EUC-JP | 崖ョ?瑤 | 10110011101100111010010111100111001111111111010010100100 | b3b3a5e73ff4a4 |
UTF-8 | 崖ョ뿾瑤 | 111001011011010010010110111000111000001110100111111010111011111110111110111001111001000110100100 | e5b496e383a7ebbfbee791a4 |
UHC | 崖ョ뿾瑤 | 1110010011110000101010111110011110010111101111101110100011111101 | e4f0abe797bee8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)