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 | è÷£ì¹^ | 11101000111101111010001111101100100001001011100101011110 | e8f7a3ec84b95e |
SJIS-WIN | ?÷£???^ | 001111111000000110000000100000011001001000111111001111110011111101011110 | 3f818081923f3f3f5e |
EUC-JP | è÷£ì??^ | 10001111101010111011001010100001111000001010000111110010100011111010101111000000001111110011111101011110 | 8fabb2a1e0a1f28fabc03f3f5e |
UTF-8 | è÷£ì¹^ | 11000011101010001100001110110111110000101010001111000011101011001100001010000100110000101011100101011110 | c3a8c3b7c2a3c3acc284c2b95e |
UHC | ?÷???¹^ | 001111111010000111000000001111110011111100111111101010011111011001011110 | 3fa1c03f3f3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)