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 | 滔歩个 | 100111111110101110010101111000001001100010100010 | 9feb95e098a2 |
EUC-JP | 滔歩个 | 110111101110110111001010111000101101000010100100 | deedcae2d0a4 |
UTF-8 | 滔歩个 | 111001101011101110010100111001101010110110101001111001001011100010101010 | e6bb94e6ada9e4b8aa |
UHC | 滔?? | 11010100101001010011111100111111 | d4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)