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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?毬?敦? | 00111111100111110111101100111111100100111101011000111111 | 3f9f7b3f93d63f |
EUC-JP | ?毬?敦? | 00111111110111011101110000111111110001101101100000111111 | 3fdddc3fc6d83f |
UTF-8 | 렺毬렺敦렦 | 111010111010000010111010111001101010111110101100111010111010000010111010111001101001010110100110111010111010000010100110 | eba0bae6afaceba0bae695a6eba0a6 |
UHC | 렺毬렺敦렦 | 10001110110000101100111110110011100011101100001011010100110001001000111010110101 | 8ec2cfb38ec2d4c48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)