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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魚????? | 10001011100110110011111100111111001111110011111100111111 | 8b9b3f3f3f3f3f |
EUC-JP | 魚??沅?? | 101101011111101100111111001111111000111111000110111010010011111100111111 | b5fb3f3f8fc6e93f3f |
UTF-8 | 魚잙봿沅섋짆 | 111010011010110110011010111011001001111010011001111010111011010010111111111001101011001010000101111011001000010010001011111011001010011110000110 | e9ad9aec9e99ebb4bfe6b285ec848beca786 |
UHC | 魚잙봿沅섋짆 | 111001011110000010011111111010111001010010000110111010101011011010011000111010001010001110010101 | e5e09feb9486eab698e8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)