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 | ????∽? | 00111111001111110011111100111111100000011110010000111111 | 3f3f3f3f81e43f |
EUC-JP | 濚???∽? | 100011111100100110100001001111110011111100111111101000101110011000111111 | 8fc9a13f3f3fa2e63f |
UTF-8 | 濚욌낀璘∽ℓ | 111001101011111110011010111011001001101010001100111010111000001010000000111011111010011110101111111000101000100010111101111000101000010010010011 | e6bf9aec9a8ceb8280efa7afe288bde28493 |
UHC | 濚욌낀璘∽ℓ | 111001111011100110011110111010111011001110100100111011001101111010100001111011111010011110100100 | e7b99eebb3a4ecdea1efa7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)