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 | 諠ョゥ紮 | 11100110100000111000001110000111101010011110001101000110 | e6838387a9e346 |
EUC-JP | 諠ョゥ紮 | 1110101111100011101001011110011110001110101010011110010110100111 | ebe3a5e78ea9e5a7 |
UTF-8 | 諠ョゥ紮 | 111010001010101110100000111000111000001110100111111011111011110110101001111001111011010010101110 | e8aba0e383a7efbda9e7b4ae |
UHC | ?ョ?紮 | 001111111010101111100111001111111111001111001111 | 3fabe73ff3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)