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 | 蹄?璋? | 100100101111101100111111111000001111011000111111 | 92fb3fe0f63f |
EUC-JP | 蹄?璋? | 110001001111110100111111111000001111100000111111 | c4fd3fe0f83f |
UTF-8 | 蹄렗璋렦 | 111010001011100110000100111010111010000010010111111001111001001010001011111010111010000010100110 | e8b984eba097e7928beba0a6 |
UHC | 蹄렗璋렦 | 1111000010110100100011101010110011101101111100001000111010110101 | f0b48eacedf08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)