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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 映??彦?? | 1000100101100110001111110011111110010101010001100011111100111111 | 89663f3f95463f3f |
EUC-JP | 映??彦?? | 1011000111000111001111110011111111001001101001110011111100111111 | b1c73f3fc9a73f3f |
UTF-8 | 映뽭쭠彦얗릵 | 111001101001100010100000111010111011110110101101111011001010110110100000111001011011110110100110111011001001011010010111111010111010011010110101 | e698a0ebbdadecada0e5bda6ec9697eba6b5 |
UHC | 映뽭쭠彦얗릵 | 111001111011000110010110111010011010011110010101111001011110100110111110111010011001000010010011 | e7b196e9a795e5e9bee99093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)