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 | 靫冗ャ杓 | 11101000110101001000111111100111101011001000111011011011 | e8d48fe7ac8edb |
EUC-JP | 靫冗ャ杓 | 1111000011010110101111101110100110001110101011001011110011011101 | f0d6bee98eacbcdd |
UTF-8 | 靫冗ャ杓 | 111010011001110110101011111001011000011010010111111011111011110110101100111001101001110110010011 | e99dabe58697efbdace69d93 |
UHC | ?冗?杓 | 001111111110100110110111001111111111100011110101 | 3fe9b73ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)