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 | ??額? | 0011111100111111100010100111101000111111 | 3f3f8a7a3f |
EUC-JP | ??額? | 0011111100111111101100111101101100111111 | 3f3fb3db3f |
UTF-8 | 소선額샵 | 111011001000011010001100111011001000010010100000111010011010000110001101111011001000001110110101 | ec868cec84a0e9a18dec83b5 |
UHC | 소선額샵 | 1011110011010010101111001011000111100100111111101011110010100101 | bcd2bcb1e4febca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)