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 | è÷éè² | 1110100011110111100000101110100110000111100011101110100010110010 | e8f782e9878ee8b2 |
SJIS-WIN | ?÷?????? | 001111111000000110000000001111110011111100111111001111110011111100111111 | 3f81803f3f3f3f3f3f |
EUC-JP | è÷?é??è? | 100011111010101110110010101000011110000000111111100011111010101110110001001111110011111110001111101010111011001000111111 | 8fabb2a1e03f8fabb13f3f8fabb23f |
UTF-8 | è÷éè² | 11000011101010001100001110110111110000101000001011000011101010011100001010000111110000101000111011000011101010001100001010110010 | c3a8c3b7c282c3a9c287c28ec3a8c2b2 |
UHC | ?÷?????² | 00111111101000011100000000111111001111110011111100111111001111111010100111110111 | 3fa1c03f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)