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 | ²[±½ | 1001000110110010100100100101101110010001101100011001000110111101 | 91b2925b91b191bd |
SJIS-WIN | ???[?±?? | 001111110011111100111111010110110011111110000001011111010011111100111111 | 3f3f3f5b3f817d3f3f |
EUC-JP | ???[?±?? | 001111110011111100111111010110110011111110100001110111100011111100111111 | 3f3f3f5b3fa1de3f3f |
UTF-8 | ²[±½ | 110000101001000111000010101100101100001010010010010110111100001010010001110000101011000111000010100100011100001010111101 | c291c2b2c2925bc291c2b1c291c2bd |
UHC | ?²?[?±?½ | 0011111110101001111101110011111101011011001111111010000110111110001111111010100011110110 | 3fa9f73f5b3fa1be3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)