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 | 춹¸ü | 11101100101101101000111010111001100011111011100011111100 | ecb68eb98fb8fc |
SJIS-WIN | ?¶????? | 0011111110000001111101110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f |
EUC-JP | ì¶???¸ü | 1000111110101011110000001010001011111001001111110011111100111111100011111010001010110001100011111010101111100100 | 8fabc0a2f93f3f3f8fa2b18fabe4 |
UTF-8 | 춹¸ü | 1100001110101100110000101011011011000010100011101100001010111001110000101000111111000010101110001100001110111100 | c3acc2b6c28ec2b9c28fc2b8c3bc |
UHC | ?¶?¹?¸? | 00111111101000101101001000111111101010011111011000111111101000101010110000111111 | 3fa2d23fa9f63fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)