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 | 」鴃サ | 111101011100011010100011111010011110111010111011 | f5c6a3e9eebb |
EUC-JP | ?」鴃サ | 00111111100011101010001111110010111100001000111010111011 | 3f8ea3f2f08ebb |
UTF-8 | 」鴃サ | 111011101001000010110001111011111011110110100011111010011011010010000011111011111011110110111011 | ee90b1efbda3e9b483efbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)