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 | ??潟脩 | 001111110011111110001010100000111110001111111001 | 3f3f8a83e3f9 |
EUC-JP | ??潟脩 | 001111110011111110110011111000111110011011111011 | 3f3fb3e3e6fb |
UTF-8 | 렏렍潟脩 | 111010111010000010001111111010111010000010001101111001101011110110011111111010001000010010101001 | eba08feba08de6bd9fe884a9 |
UHC | 렏렍潟脩 | 1000111010100101100011101010001111100000101100111110001010111011 | 8ea58ea3e0b3e2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)