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 | ???兄 | 0011111100111111001111111000110001011010 | 3f3f3f8c5a |
EUC-JP | 琰??兄 | 10001111110011001011010000111111001111111011011110111011 | 8fccb43f3fb7bb |
UTF-8 | 琰롲겎兄 | 111001111001000010110000111010111010000110110010111010101011001010001110111001011000010110000100 | e790b0eba1b2eab28ee58584 |
UHC | 琰롲겎兄 | 1110011011111100100011101110111010000001101001111111101011111100 | e6fc8eee81a7fafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)