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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淫???? | 100010001111101000111111001111110011111100111111 | 88fa3f3f3f3f |
EUC-JP | 淫???? | 101100001111110000111111001111110011111100111111 | b0fc3f3f3f3f |
UTF-8 | 淫뀁셾硫엋 | 111001101011011110101011111010111000000010000001111011001000010110111110111011111010011110001110111011001001011110001011 | e6b7abeb8081ec85beefa78eec978b |
UHC | 淫뀁셾硫엋 | 11101011111000101011001011101100100110011000001111101011101010011001111001101000 | ebe2b2ec9983eba99e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)