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 | ???辱??? | 0011111100111111001111111001000001001010001111110011111100111111 | 3f3f3f904a3f3f3f |
EUC-JP | ???辱??? | 0011111100111111001111111011111110101011001111110011111100111111 | 3f3f3fbfab3f3f3f |
UTF-8 | 了묋뮅辱녻눎了 | 111011111010011010111010111010111010110010001011111010111010111010000101111010001011111010110001111010111000010110111011111010111000100010001110111011111010011010111010 | efa6baebac8bebae85e8beb1eb85bbeb888eefa6ba |
UHC | 了묋뮅辱녻눎了 | 1110100011100111100100011110100010010010100101001110100110110100100001101110100010000111101010101110100011100111 | e8e791e89294e9b486e887aae8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)