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 | 洩齊? | 1000100101101011111010101000111000111111 | 896bea8e3f |
EUC-JP | 洩齊? | 1011000111001100111100111110111000111111 | b1ccf3ee3f |
UTF-8 | 洩齊샬 | 111001101011010010101001111010011011110110001010111011001000001110101100 | e6b4a9e9bd8aec83ac |
UHC | 洩齊샬 | 111000001101110111110000101110101011110010100011 | e0ddf0babca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)