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 | 栓紗? | 1001000011110000100011101101000100111111 | 90f08ed13f |
EUC-JP | 栓紗? | 1100000011110010101111001101001100111111 | c0f2bcd33f |
UTF-8 | 栓紗㉡ | 111001101010000010010011111001111011010010010111111000111000100110100001 | e6a093e7b497e389a1 |
UHC | 栓紗㉡ | 111011101111101111011110111010011010100010110010 | eefbdee9a8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)