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 | 畏???η? | 1000100011011000001111110011111100111111100000111100010100111111 | 88d83f3f3f83c53f |
EUC-JP | 畏??靷η? | 10110000110110100011111100111111100011111110011110111101101001101100011100111111 | b0da3f3f8fe7bda6c73f |
UTF-8 | 畏븍맧靷η꽣 | 1110011110010101100011111110101110111000100011011110101110100111101001111110100110011101101101111100111010110111111010101011110110100011 | e7958febb88deba7a7e99db7ceb7eabda3 |
UHC | 畏븍맧靷η꽣 | 111010001110011010111010111010111001000010110000111011001110011010100101111001111000010010110000 | e8e6baeb90b0ece6a5e784b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)