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 | 裔??野 | 111001011110000100111111001111111001011011101100 | e5e13f3f96ec |
EUC-JP | 裔??野 | 111010101110001100111111001111111100110011101110 | eae33f3fccee |
UTF-8 | 裔볣긽野 | 111010001010001110010100111010111011001110100011111010101011100010111101111010011000011110001110 | e8a394ebb3a3eab8bde9878e |
UHC | 裔볣긽野 | 1110011111100000100100111110100110000011100000011110010110101111 | e7e093e98381e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)