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 | ?莪?鬼 | 001111111110010010101110001111111000101101010011 | 3fe4ae3f8b53 |
EUC-JP | ?莪?鬼 | 001111111110100010110000001111111011010110110100 | 3fe8b03fb5b4 |
UTF-8 | 룶莪룵鬼 | 111010111010001110110110111010001000111010101010111010111010001110110101111010011010110010111100 | eba3b6e88eaaeba3b5e9acbc |
UHC | 룶莪룵鬼 | 1000111110101011111001001011010110001111101010101101000010100001 | 8fabe4b58faad0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)