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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譴凪凰 | 111001101010001010010011111000101001100110000000 | e6a293e29980 |
EUC-JP | 譴凪凰 | 111011001010010011000110111001001101000111100000 | eca4c6e4d1e0 |
UTF-8 | 譴凪凰 | 111010001010110110110100111001011000011110101010111001011000011110110000 | e8adb4e587aae587b0 |
UHC | 譴?凰 | 1100110010111001001111111111110011000101 | ccb93ffcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)