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 | ò§Ç¾ | 11110010101001111100011110111110 | f2a7c7be |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | ò§Ç? | 100011111010101111010010101000011111100010001111101010101010111000111111 | 8fabd2a1f88faaae3f |
UTF-8 | ò§Ç¾ | 1100001110110010110000101010011111000011100001111100001010111110 | c3b2c2a7c387c2be |
UHC | ?§?¾ | 001111111010000111010111001111111010100011111010 | 3fa1d73fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)