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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???褥?? | 00111111001111110011111111100101111100010011111100111111 | 3f3f3fe5f13f3f |
EUC-JP | ???褥?? | 00111111001111110011111111101010111100110011111100111111 | 3f3f3feaf33f3f |
UTF-8 | 樂띺긽褥⑵븯 | 111011111010011010111111111010111001110110111010111010101011100010111101111010001010010010100101111000101001000110110101111010111011100010101111 | efa6bfeb9dbaeab8bde8a4a5e291b5ebb8af |
UHC | 樂띺긽褥⑵븯 | 111010001111100110001101111010011000001110000001111010011011001110101001111010001001010110011000 | e8f98de98381e9b3a9e89598 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)