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 | 獵밭쭅溜뽮킔 | 111011111010011010100111111010111011000010101101111011001010110110000101111011111010011110001011111010111011110110101110111011011000001010010100 | efa6a7ebb0adecad85efa78bebbdaeed8294 |
UHC | 獵밭쭅溜뽮킔 | 111001111010011010111001111001111010011110000001111010101111111010010110111010101011010010100000 | e7a6b9e7a781eafe96eab4a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)