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 | 豁溘署 | 111001101010110110011111111000111000111110010000 | e6ad9fe38f90 |
EUC-JP | 豁溘署 | 111011001010111111011110111001011011110111110000 | ecafdee5bdf0 |
UTF-8 | 豁溘署 | 111010001011000110000001111001101011101010011000111001111011110110110010 | e8b181e6ba98e7bdb2 |
UHC | 豁?署 | 1111110011000011001111111101111111111110 | fcc33fdffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)