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 | 裃≫損粮 | 1110010111011111100000011110001010010001101110011110001011101100 | e5df81e291b9e2ec |
EUC-JP | 裃≫損粮 | 1110101011100001101000101110010011000010101110111110010011101110 | eae1a2e4c2bbe4ee |
UTF-8 | 裃≫損粮 | 111010001010001110000011111000101000100110101011111001101001000010001101111001111011001010101110 | e8a383e289abe6908de7b2ae |
UHC | ?≫損粮 | 00111111101000011110110111100001110111111101010111011011 | 3fa1ede1dfd5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)