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 | 悅??兄 | 111110101011110100111111001111111000110001011010 | fabd3f3f8c5a |
EUC-JP | ???兄 | 0011111100111111001111111011011110111011 | 3f3f3fb7bb |
UTF-8 | 悅롧룉兄 | 111001101000001010000101111010111010000110100111111010111010001110001001111001011000010110000100 | e68285eba1a7eba389e58584 |
UHC | 悅롧룉兄 | 1110011011101101100011101110011110001111100010001111101011111100 | e6ed8ee78f88fafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)