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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 曜??H | 1001011101101010001111110011111101001000 | 976a3f3f48 |
EUC-JP | 曜??H | 1100110111001011001111110011111101001000 | cdcb3f3f48 |
UTF-8 | 曜쀯숲H | 11100110100110111001110011101100100000001010111111101100100010001011001001001000 | e69b9cec80afec88b248 |
UHC | 曜쀯숲H | 11101000111110001001011111101111101111011010001101001000 | e8f897efbda348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)