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 | 霆??陰 | 111010001011101100111111001111111000100101000001 | e8bb3f3f8941 |
EUC-JP | 霆??陰 | 111100001011110100111111001111111011000110100010 | f0bd3f3fb1a2 |
UTF-8 | 霆淚맑陰 | 111010011001110010000110111011111010010110001101111010111010011110010001111010011001100110110000 | e99c86efa58deba791e999b0 |
UHC | 霆淚맑陰 | 1110111111111101110100101110011110111000101111001110101111100100 | effdd2e7b8bcebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)