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 | ?ъ?蘊? | 00111111100001001000110000111111111001010101110100111111 | 3f848c3fe55d3f |
EUC-JP | ?ъ?蘊? | 00111111101001111110110000111111111010011011111000111111 | 3fa7ec3fe9be3f |
UTF-8 | 寧ъ뼏蘊덅 | 1110111110100110101010101101000110001010111010111011110010001111111010001001100010001010111010111000110110000101 | efa6aad18aebbc8fe8988aeb8d85 |
UHC | 寧ъ뼏蘊덅 | 11100111101011001010110011101100100101101001011111101000101100111000100011101000 | e7acacec9697e8b388e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)