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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 縊??B狎 | 11100011011011110011111100111111010000101110000010111110 | e36f3f3f42e0be |
EUC-JP | 縊??B狎 | 11100101110100000011111100111111010000101110000011000000 | e5d03f3f42e0c0 |
UTF-8 | 縊좂쑘B狎 | 11100111101110001000101011101100101000101000001011101100100100011001100001000010111001111000101110001110 | e7b88aeca282ec919842e78b8e |
UHC | 縊좂쑘B狎 | 111001001111110010100000111001111001110010110111010000101110010011100100 | e4fca0e79cb742e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)