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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霍社実渉コ^ | 11101000101101111000111011010000100011101100000010001111110000101011101001011110 | e8b78ed08ec08fc2ba5e |
EUC-JP | 霍社実渉コ^ | 1111000010111001101111001101001010111100110000101011111011000100100011101011101001011110 | f0b9bcd2bcc2bec48eba5e |
UTF-8 | 霍社実渉コ^ | 11101001100111001000110111100111101001001011111011100101101011101001111111100110101110001000100111101111101111011011101001011110 | e99c8de7a4bee5ae9fe6b889efbdba5e |
UHC | ?社???^ | 00111111110111101110010000111111001111110011111101011110 | 3fdee43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)