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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?男????? | 0011111110010010011010100011111100111111001111110011111100111111 | 3f926a3f3f3f3f3f |
EUC-JP | ?男????? | 0011111111000011110010110011111100111111001111110011111100111111 | 3fc3cb3f3f3f3f3f |
UTF-8 | 룶男룶欄㈒룶웡 | 111010111010001110110110111001111001010010110111111010111010001110110110111011111010010010011101111000111000100010010010111010111010001110110110111011001001101110100001 | eba3b6e794b7eba3b6efa49de38892eba3b6ec9ba1 |
UHC | 룶男룶欄㈒룶웡 | 1000111110101011110100011111101110001111101010111101000111101101101010011100001110001111101010111011111111111101 | 8fabd1fb8fabd1eda9c38fabbffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)