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 | ??‘苑 | 001111110011111110000001011001011000100110010001 | 3f3f81658991 |
EUC-JP | ??‘苑 | 001111110011111110100001110001101011000111110001 | 3f3fa1c6b1f1 |
UTF-8 | 略노‘苑 | 111011111010010110110110111010111000010110111000111000101000000010011000111010001000101110010001 | efa5b6eb85b8e28098e88b91 |
UHC | 略노‘苑 | 1110010110110010101100111110101110100001101011101110101010111101 | e5b2b3eba1aeeabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)