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 | 亨??兄 | 100010111001110000111111001111111000110001011010 | 8b9c3f3f8c5a |
EUC-JP | 亨??兄 | 101101011111110000111111001111111011011110111011 | b5fc3f3fb7bb |
UTF-8 | 亨깩씎兄 | 111001001011101010101000111010101011100110101001111011001001010010001110111001011000010110000100 | e4baa8eab9a9ec948ee58584 |
UHC | 亨깩씎兄 | 1111101011111011101100011111101110011101101001011111101011111100 | fafbb1fb9da5fafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)