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}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 濠?N}濠?N{^ | 1000110110001010001111110100111001111101100011011000101000111111010011100111101101011110 | 8d8a3f4e7d8d8a3f4e7b5e |
EUC-JP | 濠?N}濠?N{^ | 1011100111101010001111110100111001111101101110011110101000111111010011100111101101011110 | b9ea3f4e7db9ea3f4e7b5e |
UTF-8 | 濠밗N}濠밗N{^ | 1110011010111111101000001110101110110000100101110100111001111101111001101011111110100000111010111011000010010111010011100111101101011110 | e6bfa0ebb0974e7de6bfa0ebb0974e7b5e |
UHC | 濠밗N}濠밗N{^ | 11111011110011001011100111011100010011100111110111111011110011001011100111011100010011100111101101011110 | fbccb9dc4e7dfbccb9dc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)