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 | 鴦??? | 1110100111110001001111110011111100111111 | e9f13f3f3f |
EUC-JP | 鴦??? | 1111001011110011001111110011111100111111 | f2f33f3f3f |
UTF-8 | 鴦꾨똻理 | 111010011011010010100110111010101011111010101000111010111001100010111011111011111010011110100100 | e9b4a6eabea8eb98bbefa7a4 |
UHC | 鴦꾨똻理 | 1110010011101100100001001110101110001100100000011110110010110101 | e4ec84eb8c81ecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)