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 | 溿失 | 111110110100101010001110101110001111000010100100 | fb4a8eb8f0a4 |
EUC-JP | 溿失? | 100011111100100010110001101111001011101000111111 | 8fc8b1bcba3f |
UTF-8 | 溿失 | 111001101011101010111111111001011010010010110001111011101000000110100011 | e6babfe5a4b1ee81a3 |
UHC | ?失? | 00111111111000111111011100111111 | 3fe3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)