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 | 硝イ省ア | 1000111111001001111101001011110010110010100011111100100010110001 | 8fc9f4bcb28fc8b1 |
EUC-JP | 硝?イ省ア | 101111101100101100111111100011101011001010111110110010101000111010110001 | becb3f8eb2beca8eb1 |
UTF-8 | 硝イ省ア | 111001111010000110011101111011101000110110101011111011111011110110110010111001111001110010000001111011111011110110110001 | e7a19dee8dabefbdb2e79c81efbdb1 |
UHC | 硝??省? | 11110101101001100011111100111111111000001111110100111111 | f5a63f3fe0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)