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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 粧??帳??^ | 100011111100111100111111001111111001001010100000001111110011111101011110 | 8fcf3f3f92a03f3f5e |
EUC-JP | 粧??帳??^ | 101111101101000100111111001111111100010010100010001111110011111101011110 | bed13f3fc4a23f3f5e |
UTF-8 | 粧됳뼅帳쀮궕^ | 11100111101100101010011111101011100100001011001111101011101111001000010111100101101110001011001111101100100000001010111011101010101101101001010101011110 | e7b2a7eb90b3ebbc85e5b8b3ec80aeeab6955e |
UHC | 粧됳뼅帳쀮궕^ | 11101101111100101000100111101110100101101000111111101101111000111001011111101110100000101010101001011110 | edf289ee968fede397ee82aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)