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 | ??K? | 00111111001111110100101100111111 | 3f3f4b3f |
SJIS-WIN | 巐煉Kб | 11111010101101101001011111111001010010111000010001110001 | fab697f94b8471 |
EUC-JP | 巐煉Kб | 1000111110111011111110011100111011111011010010111010011111010010 | 8fbbf9cefb4ba7d2 |
UTF-8 | 巐煉Kб | 111001011011011110010000111001111000010110001001010010111101000010110001 | e5b790e785894bd0b1 |
UHC | ?煉Kб | 001111111101011010100001010010111010110011010010 | 3fd6a14bacd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)