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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈬玖ご | 111001111110001110001011111010001000001010110010 | e7e38be882b2 |
EUC-JP | 鈬玖ご | 111011101110010110110110111010101010010010110100 | eee5b6eaa4b4 |
UTF-8 | 鈬玖ご | 111010011000100010101100111001111000111010010110111000111000000110010100 | e988ace78e96e38194 |
UHC | ?玖ご | 0011111111001111101110001010101010110100 | 3fcfb8aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)