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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ъ?蘊?ⅰ | 001111111000010010001100001111111110010101011101001111111111101001000000 | 3f848c3fe55d3ffa40 |
EUC-JP | ?ъ?蘊?? | 0011111110100111111011000011111111101001101111100011111100111111 | 3fa7ec3fe9be3f3f |
UTF-8 | 寧ъ뼏蘊덃ⅰ | 1110111110100110101010101101000110001010111010111011110010001111111010001001100010001010111010111000110110000011111000101000010110110000 | efa6aad18aebbc8fe8988aeb8d83e285b0 |
UHC | 寧ъ뼏蘊덃ⅰ | 111001111010110010101100111011001001011010010111111010001011001110001000111001101010010110100001 | e7acacec9697e8b388e6a5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)