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 | 壕蕎?? | 100011011000100010001011101111000011111100111111 | 8d888bbc3f3f |
EUC-JP | 壕蕎?? | 101110011110100010110110101111100011111100111111 | b9e8b6be3f3f |
UTF-8 | 壕蕎웬뤲 | 111001011010001110010101111010001001010110001110111011001001101110101100111010111010010010110010 | e5a395e8958eec9baceba4b2 |
UHC | 壕蕎웬뤲 | 1111101110111101110011101111000011000000101000101000111111100000 | fbbdcef0c0a28fe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)