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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | ?釐∮S | 001111111110011111011000100001111001001101010011 | 3fe7d8879353 |
EUC-JP | ?釐?S | 0011111111101110110110100011111101010011 | 3feeda3f53 |
UTF-8 | 룶釐∮S | 11101011101000111011011011101001100001111001000011100010100010001010111001010011 | eba3b6e98790e288ae53 |
UHC | 룶釐∮S | 10001111101010111101011111101101101000101011000101010011 | 8fabd7eda2b153 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)