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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 曜?Y曜?bE | 100101110110101000111111010110011001011101101010001111110110001001000101 | 976a3f59976a3f6245 |
EUC-JP | 曜瀷Y曜瀷bE | 11001101110010111000111111001001101101000101100111001101110010111000111111001001101101000110001001000101 | cdcb8fc9b459cdcb8fc9b46245 |
UTF-8 | 曜瀷Y曜瀷bE | 111001101001101110011100111001111000000010110111010110011110011010011011100111001110011110000000101101110110001001000101 | e69b9ce780b759e69b9ce780b76245 |
UHC | 曜瀷Y曜瀷bE | 1110100011111000111011001100101101011001111010001111100011101100110010110110001001000101 | e8f8eccb59e8f8eccb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)