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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 羯鬩羯眈^ | 111000111011100111101001101010011110001110111001111000011011110001011110 | e3b9e9a9e3b9e1bc5e |
EUC-JP | 羯鬩羯眈^ | 111001101011101111110010101010111110011010111011111000101011111001011110 | e6bbf2abe6bbe2be5e |
UTF-8 | 羯鬩羯眈^ | 11100111101111101010111111101001101011001010100111100111101111101010111111100111100111001000100001011110 | e7beafe9aca9e7beafe79c885e |
UHC | ???眈^ | 001111110011111100111111111101111010111101011110 | 3f3f3ff7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)