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 | 慫?爰? | 100111001100111100111111111000001010011100111111 | 9ccf3fe0a73f |
EUC-JP | 慫?爰? | 110110001101000100111111111000001010100100111111 | d8d13fe0a93f |
UTF-8 | 慫렒爰碌 | 111001101000010110101011111010111010000010010010111001111000100010110000111011111010010010111011 | e685abeba092e788b0efa4bb |
UHC | 慫렒爰碌 | 1111000011110110100011101010011111101010101110101101001011001111 | f0f68ea7eabad2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)