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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沚?鼎? | 100111111000110100111111100100110100001100111111 | 9f8d3f93433f |
EUC-JP | 沚?鼎? | 110111011110110100111111110001011010010000111111 | dded3fc5a43f |
UTF-8 | 沚렞鼎렦 | 111001101011001010011010111010111010000010011110111010011011110010001110111010111010000010100110 | e6b29aeba09ee9bc8eeba0a6 |
UHC | 沚렞鼎렦 | 1111001010101111100011101010111111110000101000111000111010110101 | f2af8eaff0a38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)