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 | 邉懆ゥ槭す | 111001111011001110011100111010001010100110011110111000111000001010110111 | e7b39ce8a99ee382b7 |
EUC-JP | 邉懆ゥ槭す | 11101110101101011101100011101010100011101010100111011100111001011010010010111001 | eeb5d8ea8ea9dce5a4b9 |
UTF-8 | 邉懆ゥ槭す | 111010011000001010001001111001101000011110000110111011111011110110101001111001101010011110101101111000111000000110011001 | e98289e68786efbda9e6a7ade38199 |
UHC | ????す | 001111110011111100111111001111111010101010111001 | 3f3f3f3faab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)