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 | ?漿? | 00111111100111111111011100111111 | 3f9ff73f |
EUC-JP | ?漿? | 00111111110111101111100100111111 | 3fdef93f |
UTF-8 | 뤗漿죳 | 111010111010010010010111111001101011110010111111111011001010001110110011 | eba497e6bcbfeca3b3 |
UHC | 뤗漿죳 | 100011111100011111101101111011001010000110001110 | 8fc7edeca18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)