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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髯ス遨ゥ鮓コ^ | 11101001100110011011110111100111101010011010100111101001101101101011101001011110 | e999bde7a9a9e9b6ba5e |
EUC-JP | 髯ス遨ゥ鮓コ^ | 11110001111110011000111010111101111011101010101110001110101010011111001010111000100011101011101001011110 | f1f98ebdeeab8ea9f2b88eba5e |
UTF-8 | 髯ス遨ゥ鮓コ^ | 11101001101010111010111111101111101111011011110111101001100000011010100011101111101111011010100111101001101011101001001111101111101111011011101001011110 | e9abafefbdbde981a8efbda9e9ae93efbdba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)