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 | 儀??? | 1000101101010110001111110011111100111111 | 8b563f3f3f |
EUC-JP | 儀??縕 | 10110101101101110011111100111111100011111101010011000010 | b5b73f3f8fd4c2 |
UTF-8 | 儀쒏즳縕 | 111001011000010010000000111011001001001010001111111011001010011010110011111001111011100010010101 | e58480ec928feca6b3e7b895 |
UHC | 儀쒏즳縕 | 1110101111110000100111001110011010100011100001011110100010110010 | ebf09ce6a385e8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)