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 | ?手邯 | 0011111110001110111010001110011110110110 | 3f8ee8e7b6 |
EUC-JP | ?手邯 | 0011111110111100111010101110111010111000 | 3fbceaeeb8 |
UTF-8 | 룶手邯 | 111010111010001110110110111001101000100110001011111010011000001010101111 | eba3b6e6898be982af |
UHC | 룶手邯 | 100011111010101111100010101000101100101011111011 | 8fabe2a2cafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)