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 | ??吊 | 00111111001111111001001011011101 | 3f3f92dd |
EUC-JP | ??吊 | 00111111001111111100010011011111 | 3f3fc4df |
UTF-8 | 롇렖吊 | 111010111010000110000111111010111010000010010110111001011001000010001010 | eba187eba096e5908a |
UHC | 롇렖吊 | 100011101100110110001110101010111110111011010100 | 8ecd8eabeed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)