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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??節? | 0011111100111111100100001101111100111111 | 3f3f90df3f |
EUC-JP | ??節? | 0011111100111111110000001110000100111111 | 3f3fc0e13f |
UTF-8 | 뤒뻘節쿍 | 111010111010010010010010111010111011101110011000111001111010111110000000111011001011111110001101 | eba492ebbb98e7af80ecbf8d |
UHC | 뤒뻘節쿍 | 1000111111000010101110111011100111101111101111011011001101000010 | 8fc2bbb9efbdb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)