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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葬?地?憑 | 1001000110010010001111111001001001101110001111111001110011011111 | 91923f926e3f9cdf |
EUC-JP | 葬?地?憑 | 1100000111110010001111111100001111001111001111111101100011100001 | c1f23fc3cf3fd8e1 |
UTF-8 | 葬렭地쯔憑 | 111010001001000110101100111010111010000010101101111001011001110010110000111011001010111110010100111001101000011010010001 | e891aceba0ade59cb0ecaf94e68691 |
UHC | 葬렭地쯔憑 | 11101101111101111000111010111010111100101010001011000010111010101101111010111011 | edf78ebaf2a2c2eadebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)