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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈐邃渼而 | 1111101111000010111000101000010011111011010010011000111010100111 | fbc2e284fb498ea7 |
EUC-JP | 鈐邃渼而 | 10001111111000111100000111100011111001001000111111000111111100001011110010101001 | 8fe3c1e3e48fc7f0bca9 |
UTF-8 | 鈐邃渼而 | 111010011000100010010000111010011000001010000011111001101011100010111100111010001000000010001100 | e98890e98283e6b8bce8808c |
UHC | 鈐邃渼而 | 1100110010100010111000101100010111011010101101001110110010111011 | cca2e2c5dab4ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)