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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???佾? | 00111111001111110011111110001111101100001111101100111111 | 3f3f3f8fb0fb3f |
UTF-8 | 歷띠떐佾줒 | 111011111010011010001100111010111001110110100000111010111001011010010000111001001011110110111110111011001010010010010010 | efa68ceb9da0eb9690e4bdbeeca492 |
UHC | 歷띠떐佾줒 | 11100110101110001011011011101100100010111010011011101100111010111010001001000010 | e6b8b6ec8ba6eceba242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)