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 | 湜ァ誧 | 1111101101000111101001111111101110100110 | fb47a7fba6 |
EUC-JP | 湜ァ誧 | 1000111111000111111111001000111010100111100011111101110111111010 | 8fc7fc8ea78fddfa |
UTF-8 | 湜ァ誧 | 111001101011100110011100111011111011110110100111111010001010101010100111 | e6b99cefbda7e8aaa7 |
UHC | 湜?? | 11100011110101110011111100111111 | e3d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)