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 | 址?懿企?ら | 10011010101011000011111110011100111100101000101011101001001111111000001011100111 | 9aac3f9cf28ae93f82e7 |
EUC-JP | 址?懿企?ら | 11010100101011100011111111011000111101001011010011101011001111111010010011101001 | d4ae3fd8f4b4eb3fa4e9 |
UTF-8 | 址렣懿企뤅ら | 111001011001110110000000111010111010000010100011111001101000011110111111111001001011110010000001111010111010010010000101111000111000001010001001 | e59d80eba0a3e687bfe4bc81eba485e38289 |
UHC | 址렣懿企뤅ら | 111100101010001110001110101101001110101111110011110100001110101010001111101101011010101011101001 | f2a38eb4ebf3d0ea8fb5aae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)