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 | 111001111110010110100011010110011110011111100101101000110110001001000101 | e7e5a359e7e5a36245 |
EUC-JP | 鈑」Y鈑」bE | 1110111011100111100011101010001101011001111011101110011110001110101000110110001001000101 | eee78ea359eee78ea36245 |
UTF-8 | 鈑」Y鈑」bE | 111010011000100010010001111011111011110110100011010110011110100110001000100100011110111110111101101000110110001001000101 | e98891efbda359e98891efbda36245 |
UHC | 鈑?Y鈑?bE | 111101111111111000111111010110011111011111111110001111110110001001000101 | f7fe3f59f7fe3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)