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 | è±Lè±L^ | 111010001011000110001110010011001110100010110001100011100100110001011110 | e8b18e4ce8b18e4c5e |
SJIS-WIN | ?±?L?±?L^ | 0011111110000001011111010011111101001100001111111000000101111101001111110100110001011110 | 3f817d3f4c3f817d3f4c5e |
EUC-JP | è±?Lè±?L^ | 100011111010101110110010101000011101111000111111010011001000111110101011101100101010000111011110001111110100110001011110 | 8fabb2a1de3f4c8fabb2a1de3f4c5e |
UTF-8 | è±Lè±L^ | 110000111010100011000010101100011100001010001110010011001100001110101000110000101011000111000010100011100100110001011110 | c3a8c2b1c28e4cc3a8c2b1c28e4c5e |
UHC | ?±?L?±?L^ | 0011111110100001101111100011111101001100001111111010000110111110001111110100110001011110 | 3fa1be3f4c3fa1be3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)