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 | 崖ョ?燿 | 10001010010100101000001110000111001111111110000010100000 | 8a5283873fe0a0 |
EUC-JP | 崖ョ?燿 | 10110011101100111010010111100111001111111110000010100010 | b3b3a5e73fe0a2 |
UTF-8 | 崖ョ뿿燿 | 111001011011010010010110111000111000001110100111111010111011111110111111111001111000011110111111 | e5b496e383a7ebbfbfe787bf |
UHC | 崖ョ뿿燿 | 1110010011110000101010111110011110010111101111111110100011111100 | e4f0abe797bfe8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)