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 | 瑶嫉斜捨 | 1110000011110100100011101011100110001110110011101000111011001100 | e0f48eb98ece8ecc |
EUC-JP | 瑶嫉斜捨 | 1110000011110110101111001011101110111100110100001011110011001110 | e0f6bcbbbcd0bcce |
UTF-8 | 瑶嫉斜捨 | 111001111001000110110110111001011010101110001001111001101001011010011100111001101000110110101000 | e791b6e5ab89e6969ce68da8 |
UHC | ?嫉斜捨 | 00111111111100101110110011011110110110001101111011010111 | 3ff2ecded8ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)