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 | 0011111110000010111001000011111101001110 | 3f82e43f4e |
EUC-JP | ?ゆ?N | 0011111110100100111001100011111101001110 | 3fa4e63f4e |
UTF-8 | 銳ゆ꼇N | 11101001100010101011001111100011100000101000011011101010101111001000011101001110 | e98ab3e38286eabc874e |
UHC | 銳ゆ꼇N | 11100111111001011010101011100110101100101011101101001110 | e7e5aae6b2bb4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)