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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽??蘖? | 11100110101000110011111100111111100111110101000000111111 | e6a33f3f9f503f |
EUC-JP | 譽??蘖? | 11101100101001010011111100111111110111011011000100111111 | eca53f3fddb13f |
UTF-8 | 譽긺떥蘖뛇 | 111010001010110110111101111010101011100010111010111010111001011010100101111010001001100010010110111010111001101110000111 | e8adbdeab8baeb96a5e89896eb9b87 |
UHC | 譽긺떥蘖뛇 | 11100111111000101011000111100111100010111011100011100101111011101000110101000101 | e7e2b1e78bb8e5ee8d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)