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 | ???雅? | 001111110011111100111111100010011110101100111111 | 3f3f3f89eb3f |
EUC-JP | ???雅? | 001111110011111100111111101100101110110100111111 | 3f3f3fb2ed3f |
UTF-8 | 筽사빓雅쿍 | 111001111010110110111101111011001000001010101100111010111011100110010011111010011001101110000101111011001011111110001101 | e7adbdec82acebb993e99b85ecbf8d |
UHC | 筽사빓雅쿍 | 11101000101001001011101111100111100101011011011111100100101110101011001101000010 | e8a4bbe795b7e4bab342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)