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 | 典?粧?迪 | 1001001101010100001111111000111111001111001111111110011110001100 | 93543f8fcf3fe78c |
EUC-JP | 典?粧?迪 | 1100010110110101001111111011111011010001001111111110110111101100 | c5b53fbed13fedec |
UTF-8 | 典렪粧렰迪 | 111001011000010110111000111010111010000010101010111001111011001010100111111010111010000010110000111010001011111110101010 | e585b8eba0aae7b2a7eba0b0e8bfaa |
UHC | 典렪粧렰迪 | 11101110111100001000111010111000111011011111001010001110101111011110111011101000 | eef08eb8edf28ebdeee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)