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 | 毎霤躪 | 100101101000100011101000110000111110011101011000 | 9688e8c3e758 |
EUC-JP | 毎霤躪 | 110010111110100011110000110001011110110110111001 | cbe8f0c5edb9 |
UTF-8 | 毎霤躪 | 111001101010111110001110111010011001110010100100111010001011101010101010 | e6af8ee99ca4e8baaa |
UHC | ??躪 | 00111111001111111101011111110101 | 3f3fd7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)