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 | 1001000011001100111001001100000101011001100100001100110011100100110000010110001001000101 | 90cce4c15990cce4c16245 |
EUC-JP | 昔菽Y昔菽bE | 1100000011001110111010001100001101011001110000001100111011101000110000110110001001000101 | c0cee8c359c0cee8c36245 |
UTF-8 | 昔菽Y昔菽bE | 111001101001100010010100111010001000111110111101010110011110011010011000100101001110100010001111101111010110001001000101 | e69894e88fbd59e69894e88fbd6245 |
UHC | 昔菽Y昔菽bE | 1110000010101110111000101101110101011001111000001010111011100010110111010110001001000101 | e0aee2dd59e0aee2dd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)