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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狢犹獗猜 | 1110000011000000111000001011100111100000110100111110000011001000 | e0c0e0b9e0d3e0c8 |
EUC-JP | 狢犹獗猜 | 1110000011000010111000001011101111100000110101011110000011001010 | e0c2e0bbe0d5e0ca |
UTF-8 | 狢犹獗猜 | 111001111000101110100010111001111000101010111001111001111000110110010111111001111000110010011100 | e78ba2e78ab9e78d97e78c9c |
UHC | ??獗猜 | 001111110011111111001111111100011110001111000100 | 3f3fcff1e3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)