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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 翁???筌 | 10001001101001010011111100111111001111111110001010100011 | 89a53f3f3fe2a3 |
EUC-JP | 翁???筌 | 10110010101001110011111100111111001111111110010010100101 | b2a73f3f3fe4a5 |
UTF-8 | 翁띘댄맧筌 | 111001111011111110000001111010111001110110011000111010111000110010000100111010111010011110100111111001111010110110001100 | e7bf81eb9d98eb8c84eba7a7e7ad8c |
UHC | 翁띘댄맧筌 | 11101000101110101000110111001110101101001110110110010000101100001110111110100111 | e8ba8dceb4ed90b0efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)