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 | ?▽?節? | 00111111100000011010010000111111100100001101111100111111 | 3f81a43f90df3f |
EUC-JP | ?▽?節? | 00111111101000101010011000111111110000001110000100111111 | 3fa2a63fc0e13f |
UTF-8 | 凉▽퉿節덨 | 111011111010010110111001111000101001011010111101111011011000100110111111111001111010111110000000111010111000110110101000 | efa5b9e296bded89bfe7af80eb8da8 |
UHC | 凉▽퉿節덨 | 11100101101111001010000111100100101110011001011111101111101111011000100101000010 | e5bca1e4b997efbd8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)