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 | ?租? | 00111111100100010110010000111111 | 3f91643f |
EUC-JP | ?租? | 00111111110000011100010100111111 | 3fc1c53f |
UTF-8 | 롅租롅 | 111010111010000110000101111001111010011110011111111010111010000110000101 | eba185e7a79feba185 |
UHC | 롅租롅 | 100011101100101111110000110101011000111011001011 | 8ecbf0d58ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)