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 | 뤒뻤節켏 | 111010111010010010010010111010111011101110100100111001111010111110000000111011001011110010001111 | eba492ebbba4e7af80ecbc8f |
UHC | 뤒뻤節켏 | 1000111111000010101110111011110011101111101111011011000101001100 | 8fc2bbbcefbdb14c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)