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 | 柴濵執シソ^ | 1111001011101111100011101100010011111011010011011000111010110111101111001011111101011110 | f2ef8ec4fb4d8eb7bcbf5e |
EUC-JP | ?柴濵執シソ^ | 00111111101111001100011010001111110010011010011010111100101110011000111010111100100011101011111101011110 | 3fbcc68fc9a6bcb98ebc8ebf5e |
UTF-8 | 柴濵執シソ^ | 11101110100010001010011011100110100111111011010011100110101111111011010111100101100111111011011111101111101111011011110011101111101111011011111101011110 | ee88a6e69fb4e6bfb5e59fb7efbdbcefbdbf5e |
UHC | ?柴?執??^ | 001111111110001111000011001111111111001011111011001111110011111101011110 | 3fe3c33ff2fb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)