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 | 狷狄獸猯 | 1110000011000100111000001011110111100000110101111110000011001100 | e0c4e0bde0d7e0cc |
EUC-JP | 狷狄獸猯 | 1110000011000110111000001011111111100000110110011110000011001110 | e0c6e0bfe0d9e0ce |
UTF-8 | 狷狄獸猯 | 111001111000101110110111111001111000101110000100111001111000110110111000111001111000110010101111 | e78bb7e78b84e78db8e78caf |
UHC | ?狄獸? | 001111111110111011011010111000101010111000111111 | 3feedae2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)