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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?鼠?B | 0011111110010001011011000011111101000010 | 3f916c3f42 |
EUC-JP | ?鼠?B | 0011111111000001110011010011111101000010 | 3fc1cd3f42 |
UTF-8 | 샵鼠셌B | 11101100100000111011010111101001101111001010000011101100100001011000110001000010 | ec83b5e9bca0ec858c42 |
UHC | 샵鼠셌B | 10111100101001011110000010101001101111001100001101000010 | bca5e0a9bcc342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)