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 | 邇俄造 | 111001111000111010001001111000101001000110100010 | e78e89e291a2 |
EUC-JP | 邇俄造 | 111011011110111010110010111001001100001010100100 | edeeb2e4c2a4 |
UTF-8 | 邇俄造 | 111010011000001010000111111001001011111110000100111010011000000010100000 | e98287e4bf84e980a0 |
UHC | 邇俄造 | 111011001100010011100100101011011111000011100011 | ecc4e4adf0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)