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 | 顋鬩顋眈^ | 111010001111100111101001101010011110100011111001111000011011110001011110 | e8f9e9a9e8f9e1bc5e |
EUC-JP | 顋鬩顋眈^ | 111100001111101111110010101010111111000011111011111000101011111001011110 | f0fbf2abf0fbe2be5e |
UTF-8 | 顋鬩顋眈^ | 11101001101000011000101111101001101011001010100111101001101000011000101111100111100111001000100001011110 | e9a18be9aca9e9a18be79c885e |
UHC | ???眈^ | 001111110011111100111111111101111010111101011110 | 3f3f3ff7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)