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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | 閼ア貉帛穀SB | 1110100010000100101100011110011010111001100110111110010110001101100100100101001101000010 | e884b1e6b99be58d925342 |
EUC-JP | 閼ア貉帛穀SB | 111011111110010010001110101100011110110010111011110101101110011110111001111100100101001101000010 | efe48eb1ecbbd6e7b9f25342 |
UTF-8 | 閼ア貉帛穀SB | 1110100110010110101111001110111110111101101100011110100010110010100010011110010110111000100110111110011110101001100000000101001101000010 | e996bcefbdb1e8b289e5b89be7a9805342 |
UHC | 閼??帛穀SB | 11100100110110010011111100111111110110111101100111001101110110100101001101000010 | e4d93f3fdbd9cdda5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)