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 | 褥?∥韋? | 1110010111110001001111111000000101100001111010001110100000111111 | e5f13f8161e8e83f |
EUC-JP | 褥?‖韋? | 1110101011110011001111111010000111000010111100001110101000111111 | eaf33fa1c2f0ea3f |
UTF-8 | 褥띕∥韋쇗 | 111010001010010010100101111010111001110110010101111000101000100010100101111010011001111110001011111011001000011110010111 | e8a4a5eb9d95e288a5e99f8bec8797 |
UHC | 褥띕∥韋쇗 | 11101001101100111011011011101011101000011010101111101010110111111011110011100110 | e9b3b6eba1abeadfbce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)