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 | ?譟阨壼 | 00111111111001101001111111101000100101011001101011100101 | 3fe69fe8959ae5 |
EUC-JP | 淎譟阨壼 | 100011111100011111011000111011001010000111101111111101011101010011100111 | 8fc7d8eca1eff5d4e7 |
UTF-8 | 淎譟阨壼 | 111001101011011110001110111010001010110110011111111010011001100010101000111001011010001110111100 | e6b78ee8ad9fe998a8e5a3bc |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)