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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯情揩寘 | 1110010011011110100011111110111010011101100000101111101010101001 | e4de8fee9d82faa9 |
EUC-JP | 葯情揩寘 | 111010001110000010111110111100001101100111100010100011111011101011100001 | e8e0bef0d9e28fbae1 |
UTF-8 | 葯情揩寘 | 111010001001000110101111111001101000001110000101111001101000111110101001111001011010111110011000 | e891afe68385e68fa9e5af98 |
UHC | 葯情?? | 111001011011010111101111110101110011111100111111 | e5b5efd73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)