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 | 菎雫羶 | 111001001100000010001110101101001110001110111101 | e4c08eb4e3bd |
EUC-JP | 菎雫羶 | 111010001100001010111100101101101110011010111111 | e8c2bcb6e6bf |
UTF-8 | 菎雫羶 | 111010001000111110001110111010011001101110101011111001111011111010110110 | e88f8ee99babe7beb6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)