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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 永③?巍 | 10001001011010011000011101000010001111111001101111011001 | 896987423f9bd9 |
EUC-JP | 永??巍 | 101100011100101000111111001111111101011011011011 | b1ca3f3fd6db |
UTF-8 | 永③콈巍 | 111001101011000010111000111000101001000110100010111011001011110110001000111001011011011110001101 | e6b0b8e291a2ecbd88e5b78d |
UHC | 永③콈巍 | 1110011110110101101010001110100110110001100001001110100011100100 | e7b5a8e9b184e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)