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 | 涇「豐サ鈞 | 1111101011111011101000101110011010110010101110111110011111100000 | fafba2e6b2bbe7e0 |
EUC-JP | 涇「豐サ鈞 | 1000111111000111110001111000111010100010111011001011010010001110101110111110111011100010 | 8fc7c78ea2ecb48ebbeee2 |
UTF-8 | 涇「豐サ鈞 | 111001101011011010000111111011111011110110100010111010001011000110010000111011111011110110111011111010011000100010011110 | e6b687efbda2e8b190efbdbbe9889e |
UHC | 涇???鈞 | 11001100110111000011111100111111001111111101000010110111 | ccdc3f3f3fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)