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 | è÷·å | 1110100011110111101101111110010110010110 | e8f7b7e596 |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | è÷?å? | 10001111101010111011001010100001111000000011111110001111101010111010100100111111 | 8fabb2a1e03f8faba93f |
UTF-8 | è÷·å | 11000011101010001100001110110111110000101011011111000011101001011100001010010110 | c3a8c3b7c2b7c3a5c296 |
UHC | ?÷·?? | 00111111101000011100000010100001101001000011111100111111 | 3fa1c0a1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)