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 | 蔵鐃ヂ | 100100011010000011101000010111101000001101100001 | 91a0e85e8361 |
EUC-JP | 蔵鐃ヂ | 110000101010001011101111101111111010010111000010 | c2a2efbfa5c2 |
UTF-8 | 蔵鐃ヂ | 111010001001010010110101111010011001000010000011111000111000001110000010 | e894b5e99083e38382 |
UHC | ??ヂ | 00111111001111111010101111000010 | 3f3fabc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)