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 | 獰?ぎ | 1110000011010110001111111000001010101100 | e0d63f82ac |
EUC-JP | 獰?ぎ | 1110000011011000001111111010010010101110 | e0d83fa4ae |
UTF-8 | 獰귞ぎ | 111001111000110110110000111010101011011110011110111000111000000110001110 | e78db0eab79ee3818e |
UHC | 獰귞ぎ | 111001111011111010000010111001111010101010101110 | e7be82e7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)