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 | ???塢 | 0011111100111111001111111001101011000111 | 3f3f3f9ac7 |
EUC-JP | ???塢 | 0011111100111111001111111101010011001001 | 3f3f3fd4c9 |
UTF-8 | 吳배뫗塢 | 111001011001000010110011111010111011000010110000111010111010101110010111111001011010000110100010 | e590b3ebb0b0ebab97e5a1a2 |
UHC | 吳배뫗塢 | 1110011111101111101110011110100010010001101110011110011111110001 | e7efb9e891b9e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)