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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 溿失 | 11111011010010101000111010111000 | fb4a8eb8 |
EUC-JP | 溿失 | 1000111111001000101100011011110010111010 | 8fc8b1bcba |
UTF-8 | 溿失 | 111001101011101010111111111001011010010010110001 | e6babfe5a4b1 |
UHC | ?失 | 001111111110001111110111 | 3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)