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 | 章サハ | 100011111100110110111011110010101111011111001001 | 8fcdbbcaf7c9 |
EUC-JP | 章サハ? | 10111110110011111000111010111011100011101100101000111111 | becf8ebb8eca3f |
UTF-8 | 章サハ | 111001111010101110100000111011111011110110111011111011111011111010001010111011101001011010101100 | e7aba0efbdbbefbe8aee96ac |
UHC | 章??? | 1110110111110001001111110011111100111111 | edf13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)