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 | «±ý¡¯ | 100011111010101110110001111111011010000110101111 | 8fabb1fda1af |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | ??±ý¡¯ | 00111111001111111010000111011110100011111010101111110010100011111010001011000010100011111010001010110100 | 3f3fa1de8fabf28fa2c28fa2b4 |
UTF-8 | «±ý¡¯ | 110000101000111111000010101010111100001010110001110000111011110111000010101000011100001010101111 | c28fc2abc2b1c3bdc2a1c2af |
UHC | ??±?¡? | 0011111100111111101000011011111000111111101000101010111000111111 | 3f3fa1be3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)