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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 鼇??v | 1110101010000111001111110011111101110110 | ea873f3f76 |
EUC-JP | 鼇??v | 1111001111100111001111110011111101110110 | f3e73f3f76 |
UTF-8 | 鼇잒윭v | 11101001101111001000011111101100100111101001001011101100100111001010110101110110 | e9bc87ec9e92ec9cad76 |
UHC | 鼇잒윭v | 11101000101010001001111111101000100111111010110001110110 | e8a89fe89fac76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)