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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 飡?? | 1000111111101000110010000011111100111111 | 8fe8c83f3f |
UTF-8 | 飡읝욙 | 111010011010001110100001111011001001110110011101111011001001101010011001 | e9a3a1ec9d9dec9a99 |
UHC | 飡읝욙 | 111000011110001010011111110001101001111011110100 | e1e29fc69ef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)