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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?幾?H | 0011111110001010111101000011111101001000 | 3f8af43f48 |
EUC-JP | ?幾?H | 0011111110110100111101100011111101001000 | 3fb4f63f48 |
UTF-8 | 룶幾풔H | 11101011101000111011011011100101101110011011111011101101100100101001010001001000 | eba3b6e5b9beed929448 |
UHC | 룶幾풔H | 10001111101010111101000011111010110001111011010001001000 | 8fabd0fac7b448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)