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 | 窈??野у? | 111000100111011100111111001111111001011011101100100001001000010100111111 | e2773f3f96ec84853f |
EUC-JP | 窈??野у? | 111000111101100000111111001111111100110011101110101001111110010100111111 | e3d83f3fcceea7e53f |
UTF-8 | 窈놅숴野у뫏 | 1110011110101010100010001110101110000110100001011110110010001000101101001110100110000111100011101101000110000011111010111010101110001111 | e7aa88eb8685ec88b4e9878ed183ebab8f |
UHC | 窈놅숴野у뫏 | 111010011010000110000110111011111011110110100100111001011010111110101100111001011001000110110001 | e9a186efbda4e5aface591b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)