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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訂狡?輔 | 10010010111110011110000011000010001111111001010111100011 | 92f9e0c23f95e3 |
EUC-JP | 訂狡?輔 | 11000100111110111110000011000100001111111100101011100101 | c4fbe0c43fcae5 |
UTF-8 | 訂狡렔輔 | 111010001010100010000010111001111000101110100001111010111010000010010100111010001011110010010100 | e8a882e78ba1eba094e8bc94 |
UHC | 訂狡렔輔 | 1110111111110100110011101110101010001110101010011101110011010000 | eff4ceea8ea9dcd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)