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 | ûDק | 11111011010001001101011110100111 | fb44d7a7 |
SJIS-WIN | ?Dק | 001111110100010010000001011111101000000110011000 | 3f44817e8198 |
EUC-JP | ûDק | 1000111110101011111001010100010010100001110111111010000111111000 | 8fabe544a1dfa1f8 |
UTF-8 | ûDק | 11000011101110110100010011000011100101111100001010100111 | c3bb44c397c2a7 |
UHC | ?Dק | 001111110100010010100001101111111010000111010111 | 3f44a1bfa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)