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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??脾兆 | 001111110011111111100100010000101001001010011011 | 3f3fe442929b |
EUC-JP | ??脾兆 | 001111110011111111100111101000111100001111111011 | 3f3fe7a3c3fb |
UTF-8 | 룶깹脾兆 | 111010111010001110110110111010101011100110111001111010001000010010111110111001011000010110000110 | eba3b6eab9b9e884bee58586 |
UHC | 룶깹脾兆 | 1000111110101011101100101010000111011110101000011111000010111100 | 8fabb2a1dea1f0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)