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 | 甑?燼凍 | 10001101100110010011111111100000100111101001001110000000 | 8d993fe09e9380 |
EUC-JP | 甑?燼凍 | 10111001111110010011111111011111111111101100010111100000 | b9f93fdffec5e0 |
UTF-8 | 甑렋燼凍 | 111001111001010010010001111010111010000010001011111001111000011110111100111001011000011110001101 | e79491eba08be787bce5878d |
UHC | 甑렋燼凍 | 1111000111110111100011101010001011100011111010001101010011010000 | f1f78ea2e3e8d4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)