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 | 乘彧乘賞 | 1001100010101001111110101011100110011000101010011000111111011100 | 98a9fab998a98fdc |
EUC-JP | 乘彧乘賞 | 110100001010101110001111101111001111111011010000101010111011111011011110 | d0ab8fbcfed0abbede |
UTF-8 | 乘彧乘賞 | 111001001011100110011000111001011011110110100111111001001011100110011000111010001011001110011110 | e4b998e5bda7e4b998e8b39e |
UHC | 乘彧乘賞 | 1110001110101011111010011110111011100011101010111101111111011011 | e3abe9eee3abdfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)