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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??∥韋? | 00111111001111111000000101100001111010001110100000111111 | 3f3f8161e8e83f |
EUC-JP | 縕?‖韋? | 100011111101010011000010001111111010000111000010111100001110101000111111 | 8fd4c23fa1c2f0ea3f |
UTF-8 | 縕띕∥韋쇗 | 111001111011100010010101111010111001110110010101111000101000100010100101111010011001111110001011111011001000011110010111 | e7b895eb9d95e288a5e99f8bec8797 |
UHC | 縕띕∥韋쇗 | 11101000101100101011011011101011101000011010101111101010110111111011110011100110 | e8b2b6eba1abeadfbce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)