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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 脱造棚N | 10010010010001011001000110100010100100100100100101001110 | 924591a292494e |
EUC-JP | 脱造棚N | 11000011101001101100001010100100110000111010101001001110 | c3a6c2a4c3aa4e |
UTF-8 | 脱造棚N | 11101000100001001011000111101001100000001010000011100110101000111001101001001110 | e884b1e980a0e6a39a4e |
UHC | ?造棚N | 001111111111000011100011110111011101110001001110 | 3ff0e3dddc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)