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 | 鉅ス蟇ゆ | 11100111111010001011110111100101101011111000001011100100 | e7e8bde5af82e4 |
EUC-JP | 鉅ス蟇ゆ | 1110111011101010100011101011110111101010101100011010010011100110 | eeea8ebdeab1a4e6 |
UTF-8 | 鉅ス蟇ゆ | 111010011000100110000101111011111011110110111101111010001001111110000111111000111000001010000110 | e98985efbdbde89f87e38286 |
UHC | 鉅??ゆ | 110010111110100100111111001111111010101011100110 | cbe93f3faae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)