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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 茱顔Υ^ | 11100100101000111000101011100111100000111011001001011110 | e4a38ae783b25e |
EUC-JP | 茱顔Υ^ | 11101000101001011011010011101001101001101011010001011110 | e8a5b4e9a6b45e |
UTF-8 | 茱顔Υ^ | 111010001000110010110001111010011010000110010100110011101010010101011110 | e88cb1e9a194cea55e |
UHC | 茱顔Υ^ | 11100010101111001110010011010100101001011101010001011110 | e2bce4d4a5d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)