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 | アイ琲アイ琲^ | 101100011011001011100000111010001011000110110010111000001110100001011110 | b1b2e0e8b1b2e0e85e |
EUC-JP | アイ琲アイ琲^ | 10001110101100011000111010110010111000001110101010001110101100011000111010110010111000001110101001011110 | 8eb18eb2e0ea8eb18eb2e0ea5e |
UTF-8 | アイ琲アイ琲^ | 11101111101111011011000111101111101111011011001011100111100100001011001011101111101111011011000111101111101111011011001011100111100100001011001001011110 | efbdb1efbdb2e790b2efbdb1efbdb2e790b25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)