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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雋臥無 | 111010001011001010001001111001111001011010110011 | e8b289e796b3 |
EUC-JP | 雋臥無 | 111100001011010010110010111010011100110010110101 | f0b4b2e9ccb5 |
UTF-8 | 雋臥無 | 111010011001101110001011111010001000011110100101111001111000010010100001 | e99b8be887a5e784a1 |
UHC | 雋臥無 | 111100011110011011101000110000101101100111101101 | f1e6e8c2d9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)