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 | シ?貅垬^ | 10111100001111111110011010111010111110101001100001011110 | bc3fe6bafa985e |
EUC-JP | シ垽貅垬^ | 1000111010111100100011111011011111100110111011001011110010001111101101111110010001011110 | 8ebc8fb7e6ecbc8fb7e45e |
UTF-8 | シ垽貅垬^ | 11101111101111011011110011100101100111101011110111101000101100101000010111100101100111101010110001011110 | efbdbce59ebde8b285e59eac5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)