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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | 葬?莊?至?P | 10010001100100100011111111100100101101010011111110001110100010100011111101010000 | 91923fe4b53f8e8a3f50 |
EUC-JP | 葬?莊?至?P | 11000001111100100011111111101000101101110011111110111011111010100011111101010000 | c1f23fe8b73fbbea3f50 |
UTF-8 | 葬렱莊렯至렭P | 11101000100100011010110011101011101000001011000111101000100011101000101011101011101000001010111111101000100001111011001111101011101000001010110101010000 | e891aceba0b1e88e8aeba0afe887b3eba0ad50 |
UHC | 葬렱莊렯至렭P | 11101101111101111000111010111110111011011111011010001110101111001111001010111000100011101011101001010000 | edf78ebeedf68ebcf2b88eba50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)