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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 歷쏙쪕溜볢굦 | 111011111010011010001100111011001000111110011001111011001010101010010101111011111010011110001011111010111011001110100010111010101011010110100110 | efa68cec8f99ecaa95efa78bebb3a2eab5a6 |
UHC | 歷쏙쪕溜볢굦 | 111001101011100010111101111011111010010110001111111010101111111010010011111010001000001010001100 | e6b8bdefa58feafe93e8828c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)