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 | ??懶? | 0011111100111111100111001110111100111111 | 3f3f9cef3f |
EUC-JP | ?湞懶? | 00111111100011111100011111111110110110001111000100111111 | 3f8fc7fed8f13f |
UTF-8 | 뤺湞懶밀 | 111010111010010010111010111001101011100110011110111001101000011110110110111010111011000010000000 | eba4bae6b99ee687b6ebb080 |
UHC | 뤺湞懶밀 | 1000111111101000111011111110011011010100111110111011100111010000 | 8fe8efe6d4fbb9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)