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 | 洩形造 | 100010010110101110001100011000001001000110100010 | 896b8c6091a2 |
EUC-JP | 洩形造 | 101100011100110010110111110000011100001010100100 | b1ccb7c1c2a4 |
UTF-8 | 洩形造 | 111001101011010010101001111001011011110110100010111010011000000010100000 | e6b4a9e5bda2e980a0 |
UHC | 洩形造 | 111000001101110111111011101000011111000011100011 | e0ddfba1f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)