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 | 逕咲埃 | 111001111001010010001101111001111001101010111010 | e7948de79aba |
EUC-JP | 逕咲埃 | 111011011111010010111010111010011101010010111100 | edf4bae9d4bc |
UTF-8 | 逕咲埃 | 111010011000000010010101111001011001001010110010111001011001111110000011 | e98095e592b2e59f83 |
UHC | 逕?埃 | 1100110011101111001111111110010011101111 | ccef3fe4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)