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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?鼠?\ | 0011111110010001011011000011111101011100 | 3f916c3f5c |
EUC-JP | ?鼠?\ | 0011111111000001110011010011111101011100 | 3fc1cd3f5c |
UTF-8 | 샵鼠셍\ | 11101100100000111011010111101001101111001010000011101100100001011000110101011100 | ec83b5e9bca0ec858d5c |
UHC | 샵鼠셍\ | 10111100101001011110000010101001101111001100010001011100 | bca5e0a9bcc45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)