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 | 頷「讎頑燻隰 | 1110100011110101101000101110011010100110100010101110011011100000100011101110100010101100 | e8f5a2e6a68ae6e08ee8ac |
EUC-JP | 頷「讎頑燻隰 | 111100001111011110001110101000101110110010101000101101001110100011011111111011101111000010101110 | f0f78ea2eca8b4e8dfeef0ae |
UTF-8 | 頷「讎頑燻隰 | 111010011010000010110111111011111011110110100010111010001010111010001110111010011010000010010001111001111000011110111011111010011001101010110000 | e9a0b7efbda2e8ae8ee9a091e787bbe99ab0 |
UHC | ???頑燻? | 0011111100111111001111111110100011010111111111011011100000111111 | 3f3f3fe8d7fdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)