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 | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 秉Y秉bE | 11100010010111000101100111100010010111000110001001000101 | e25c59e25c6245 |
EUC-JP | 秉Y秉bE | 11100011101111010101100111100011101111010110001001000101 | e3bd59e3bd6245 |
UTF-8 | 秉Y秉bE | 111001111010011110001001010110011110011110100111100010010110001001000101 | e7a78959e7a7896245 |
UHC | 秉Y秉bE | 11011100101111000101100111011100101111000110001001000101 | dcbc59dcbc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)