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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 迭?迭?B | 10010011010100100011111110010011010100100011111101000010 | 93523f93523f42 |
EUC-JP | 迭?迭?B | 11000101101100110011111111000101101100110011111101000010 | c5b33fc5b33f42 |
UTF-8 | 迭셈迭셈B | 11101000101111111010110111101100100001011000100011101000101111111010110111101100100001011000100001000010 | e8bfadec8588e8bfadec858842 |
UHC | 迭셈迭셈B | 111100101111011110111100110000001111001011110111101111001100000001000010 | f2f7bcc0f2f7bcc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)