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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 要??誼?B | 1001011101110110001111110011111110001011011000100011111101000010 | 97763f3f8b623f42 |
EUC-JP | 要??誼?B | 1100110111010111001111110011111110110101110000110011111101000010 | cdd73f3fb5c33f42 |
UTF-8 | 要쏄퉭誼튛B | 11101000101001101000000111101100100011111000010011101101100010011010110111101000101010101011110011101101100010101001101101000010 | e8a681ec8f84ed89ade8aabced8a9b42 |
UHC | 要쏄퉭誼튛B | 1110100110101001100110111110101010111001100001011110101111111110101110100100110001000010 | e9a99beab985ebfeba4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)