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 | 除??阻 | 100011111001110000111111001111111001000101101010 | 8f9c3f3f916a |
EUC-JP | 除??阻 | 101111011111110000111111001111111100000111001011 | bdfc3f3fc1cb |
UTF-8 | 除펩녁阻 | 111010011001100110100100111011011000111010101001111010111000010110000001111010011001100010111011 | e999a4ed8ea9eb8581e998bb |
UHC | 除펩녁阻 | 1111000010110110110001101110100110110011111000011111000011100110 | f0b6c6e9b3e1f0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)