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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ъ?蘊 | 001111111000010010001100001111111110010101011101 | 3f848c3fe55d |
EUC-JP | ?ъ?蘊 | 001111111010011111101100001111111110100110111110 | 3fa7ec3fe9be |
UTF-8 | 寧ъ뼏蘊 | 1110111110100110101010101101000110001010111010111011110010001111111010001001100010001010 | efa6aad18aebbc8fe8988a |
UHC | 寧ъ뼏蘊 | 1110011110101100101011001110110010010110100101111110100010110011 | e7acacec9697e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)