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 | 鬮岱シ鬮岱コ^ | 1110100110101011100100011101000010111100111010011010101110010001110100001011101001011110 | e9ab91d0bce9ab91d0ba5e |
EUC-JP | 鬮岱シ鬮岱コ^ | 11110010101011011100001011010010100011101011110011110010101011011100001011010010100011101011101001011110 | f2adc2d28ebcf2adc2d28eba5e |
UTF-8 | 鬮岱シ鬮岱コ^ | 11101001101011001010111011100101101100101011000111101111101111011011110011101001101011001010111011100101101100101011000111101111101111011011101001011110 | e9acaee5b2b1efbdbce9acaee5b2b1efbdba5e |
UHC | ?岱??岱?^ | 001111111101001111100000001111110011111111010011111000000011111101011110 | 3fd3e03f3fd3e03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)