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 | 薔峨ぅ鐔≫ | 11100101010010111000100111100011100000101010001111101000010111001000000111100010 | e54b89e382a3e85c81e2 |
EUC-JP | 薔峨ぅ鐔≫ | 11101001101011001011001011100101101001001010010111101111101111011010001011100100 | e9acb2e5a4a5efbda2e4 |
UTF-8 | 薔峨ぅ鐔≫ | 111010001001011010010100111001011011001110101000111000111000000110000101111010011001000010010100111000101000100110101011 | e89694e5b3a8e38185e99094e289ab |
UHC | 薔峨ぅ?≫ | 111011011111100111100100101100011010101010100101001111111010000111101101 | edf9e4b1aaa53fa1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)