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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甑?燼磐?? | 100011011001100100111111111000001001111010010100110101100011111100111111 | 8d993fe09e94d63f3f |
EUC-JP | 甑?燼磐?? | 101110011111100100111111110111111111111011001000110110000011111100111111 | b9f93fdffec8d83f3f |
UTF-8 | 甑렋燼磐렰렯 | 111001111001010010010001111010111010000010001011111001111000011110111100111001111010001110010000111010111010000010110000111010111010000010101111 | e79491eba08be787bce7a390eba0b0eba0af |
UHC | 甑렋燼磐렰렯 | 111100011111011110001110101000101110001111101000110110101111000110001110101111011000111010111100 | f1f78ea2e3e8daf18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)