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 | 裄梧屆 | 111001011110000010001100111001101001101110011100 | e5e08ce69b9c |
EUC-JP | 裄梧屆 | 111010101110001010111000111010001101010111111100 | eae2b8e8d5fc |
UTF-8 | 裄梧屆 | 111010001010001110000100111001101010001010100111111001011011000110000110 | e8a384e6a2a7e5b186 |
UHC | ?梧屆 | 0011111111100111111111001100110011111010 | 3fe7fcccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)