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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??薺??^ | 00111111001111111110010101010100001111110011111101011110 | 3f3fe5543f3f5e |
EUC-JP | ??薺??^ | 00111111001111111110100110110101001111110011111101011110 | 3f3fe9b53f3f5e |
UTF-8 | 롚렧薺롅렑^ | 11101011101000011001101011101011101000001010011111101000100101101011101011101011101000011000010111101011101000001001000101011110 | eba19aeba0a7e896baeba185eba0915e |
UHC | 롚렧薺롅렑^ | 1000111011011110100011101011011011110000101100011000111011001011100011101010011001011110 | 8ede8eb6f0b18ecb8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)