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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暎←? | 1001110111110011100000011010100100111111 | 9df381a93f |
EUC-JP | 暎←? | 1101101011110101101000101010101100111111 | daf5a2ab3f |
UTF-8 | 暎←뙱 | 111001101001101010001110111000101000011010010000111010111001100110110001 | e69a8ee28690eb99b1 |
UHC | 暎←뙱 | 111001111011001010100001111001111000110010110100 | e7b2a1e78cb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)