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 | ?茱漫 | 0011111111100100101000111001011010011111 | 3fe4a3969f |
EUC-JP | ?茱漫 | 0011111111101000101001011100110010100001 | 3fe8a5cca1 |
UTF-8 | 뤷茱漫 | 111010111010010010110111111010001000110010110001111001101011110010101011 | eba4b7e88cb1e6bcab |
UHC | 뤷茱漫 | 100011111110010111100010101111001101100010111100 | 8fe5e2bcd8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)