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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?ャ?苑?E | 0011111110000011100000110011111110001001100100010011111101000101 | 3f83833f89913f45 |
EUC-JP | ?ャ?苑?E | 0011111110100101111000110011111110110001111100010011111101000101 | 3fa5e33fb1f13f45 |
UTF-8 | 曆ャ끉苑똓E | 11101111101001101000101111100011100000111010001111101011100000011000100111101000100010111001000111101011100110001001001101000101 | efa68be383a3eb8189e88b91eb989345 |
UHC | 曆ャ끉苑똓E | 1110011010110111101010111110001110000101101111001110101010111101100011000101001001000101 | e6b7abe385bceabd8c5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)