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 | 塢????? | 10011010110001110011111100111111001111110011111100111111 | 9ac73f3f3f3f3f |
EUC-JP | 塢??瑗?? | 110101001100100100111111001111111000111111001100110000000011111100111111 | d4c93f3f8fccc03f3f |
UTF-8 | 塢띾넚瑗꾥뱧 | 111001011010000110100010111010111001110110111110111010111000010010011010111001111001000110010111111010101011111010100101111010111011000110100111 | e5a1a2eb9dbeeb849ae79197eabea5ebb1a7 |
UHC | 塢띾넚瑗꾥뱧 | 111001111111000110001101111010111000011010100001111010101011110010000100111010001001001110001101 | e7f18deb86a1eabc84e8938d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)