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 | 将「将蜿ォ瓔^ | 1000111110101011101000101000111110101011111001011000111110101011111000001111101101011110 | 8faba28fabe58fabe0fb5e |
EUC-JP | 将「将蜿ォ瓔^ | 10111110101011011000111010100010101111101010110111101001111011111000111010101011111000001111110101011110 | bead8ea2beade9ef8eabe0fd5e |
UTF-8 | 将「将蜿ォ瓔^ | 11100101101100001000011011101111101111011010001011100101101100001000011011101000100111001011111111101111101111011010101111100111100100111001010001011110 | e5b086efbda2e5b086e89cbfefbdabe793945e |
UHC | ?????瓔^ | 0011111100111111001111110011111100111111111001111100001001011110 | 3f3f3f3f3fe7c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)