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 | 豫??節?? | 1001100010101100001111110011111110010000110111110011111100111111 | 98ac3f3f90df3f3f |
EUC-JP | 豫??節?? | 1101000010101110001111110011111111000000111000010011111100111111 | d0ae3f3fc0e13f3f |
UTF-8 | 豫잒떐節욤랜 | 111010001011000110101011111011001001111010010010111010111001011010010000111001111010111110000000111011001001101010100100111010111001111010011100 | e8b1abec9e92eb9690e7af80ec9aa4eb9e9c |
UHC | 豫잒떐節욤랜 | 111001111110001110011111111010001000101110100110111011111011110110111111111010001011011110100011 | e7e39fe88ba6efbdbfe8b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)