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 | ??┗乙 | 001111110011111110000100101011111000100110110011 | 3f3f84af89b3 |
EUC-JP | 璵?┗乙 | 1000111111001100111001100011111110101000101100011011001010110101 | 8fcce63fa8b1b2b5 |
UTF-8 | 璵딉┗乙 | 111001111001001010110101111010111001010010001001111000101001010010010111111001001011100110011001 | e792b5eb9489e29497e4b999 |
UHC | 璵딉┗乙 | 1110011010100101100010101110111110100110101100011110101111100000 | e6a58aefa6b1ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)