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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雅??淫?? | 1000100111101011001111110011111110001000111110100011111100111111 | 89eb3f3f88fa3f3f |
EUC-JP | 雅??淫?? | 1011001011101101001111110011111110110000111111000011111100111111 | b2ed3f3fb0fc3f3f |
UTF-8 | 雅븐냽淫㎫탡 | 111010011001101110000101111010111011100010010000111010111000001110111101111001101011011110101011111000111000111010101011111011011000001110100001 | e99b85ebb890eb83bde6b7abe38eabed83a1 |
UHC | 雅븐냽淫㎫탡 | 111001001011101010111010111011001000011010001101111010111110001010100111111001111011010110000100 | e4babaec868debe2a7e7b584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)