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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ャ?侑? | 00111111100000111000001100111111100110001101000000111111 | 3f83833f98d03f |
EUC-JP | ?ャ?侑? | 00111111101001011110001100111111110100001101001000111111 | 3fa5e33fd0d23f |
UTF-8 | 曆ャ끉侑볿 | 111011111010011010001011111000111000001110100011111010111000000110001001111001001011111010010001111010111011001110111111 | efa68be383a3eb8189e4be91ebb3bf |
UHC | 曆ャ끉侑볿 | 11100110101101111010101111100011100001011011110011101010111000101001010001000010 | e6b7abe385bceae29442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)