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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?昶? | 00111111100111011110001000111111 | 3f9de23f |
EUC-JP | ?昶? | 00111111110110101110010000111111 | 3fdae43f |
UTF-8 | 뤴昶팔 | 111010111010010010110100111001101001100010110110111011011000110010010100 | eba4b4e698b6ed8c94 |
UHC | 뤴昶팔 | 100011111110001011110011111001001100011011001000 | 8fe2f3e4c6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)