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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ??芽??H | 00111111001111111000100111101000001111110011111101001000 | 3f3f89e83f3f48 |
EUC-JP | ??芽??H | 00111111001111111011001011101010001111110011111101001000 | 3f3fb2ea3f3f48 |
UTF-8 | 롐렱芽렕렭H | 11101011101000011001000011101011101000001011000111101000100010101011110111101011101000001001010111101011101000001010110101001000 | eba190eba0b1e88abdeba095eba0ad48 |
UHC | 롐렱芽렕렭H | 1000111011010110100011101011111011100100101101001000111010101010100011101011101001001000 | 8ed68ebee4b48eaa8eba48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)