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 | 涬シ昀イ | 111110110100000110111100111110101100111010110010 | fb41bcfaceb2 |
EUC-JP | 涬シ昀イ | 10001111110001111100111110001110101111001000111111000001111101011000111010110010 | 8fc7cf8ebc8fc1f58eb2 |
UTF-8 | 涬シ昀イ | 111001101011011010101100111011111011110110111100111001101001100010000000111011111011110110110010 | e6b6acefbdbce69880efbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)