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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳶????? | 10010011110011100011111100111111001111110011111100111111 | 93ce3f3f3f3f3f |
EUC-JP | 鳶??靷?? | 110001101101000000111111001111111000111111100111101111010011111100111111 | c6d03f3f8fe7bd3f3f |
UTF-8 | 鳶롮눧靷㎫독 | 111010011011001110110110111010111010000110101110111010111000100010100111111010011001110110110111111000111000111010101011111010111000111110000101 | e9b3b6eba1aeeb88a7e99db7e38eabeb8f85 |
UHC | 鳶롮눧靷㎫독 | 111001101110100110001110111011001000011110111110111011001110011010100111111001111011010110110110 | e6e98eec87beece6a7e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)