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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?┝玲?憺 | 0011111110000100101110101001011111100110001111111001110011101001 | 3f84ba97e63f9ce9 |
EUC-JP | ?┝玲?憺 | 0011111110101000101111001100111011101000001111111101100011101011 | 3fa8bccee83fd8eb |
UTF-8 | 뤶┝玲㏈憺 | 111010111010010010110110111000101001010010011101111001111000111010110010111000111000111110001000111001101000011010111010 | eba4b6e2949de78eb2e38f88e686ba |
UHC | 뤶┝玲㏈憺 | 10001111111001001010011010111100110101101011110010100111101111001101001110111100 | 8fe4a6bcd6bca7bcd3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)