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 | ?枯? | 00111111100011001100110100111111 | 3f8ccd3f |
EUC-JP | ?枯? | 00111111101110001100111100111111 | 3fb8cf3f |
UTF-8 | 렺枯렺 | 111010111010000010111010111001101001111010101111111010111010000010111010 | eba0bae69eafeba0ba |
UHC | 렺枯렺 | 100011101100001011001101101111011000111011000010 | 8ec2cdbd8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)