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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 﨡ク誾ェ | 111110111010000010111000111110111010011110101010 | fba0b8fba7aa |
EUC-JP | ?ク誾ェ | 0011111110001110101110001000111111011110101001001000111010101010 | 3f8eb88fdea48eaa |
UTF-8 | 﨡ク誾ェ | 111011111010100010100001111011111011110110111000111010001010101010111110111011111011110110101010 | efa8a1efbdb8e8aabeefbdaa |
UHC | ??誾? | 0011111100111111111010111101110100111111 | 3f3febdd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)