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 | 蔀彰サ蔀彰」^ | 1000111011000001100011111011001010111011100011101100000110001111101100101010001101011110 | 8ec18fb2bb8ec18fb2a35e |
EUC-JP | 蔀彰サ蔀彰」^ | 10111100110000111011111010110100100011101011101110111100110000111011111010110100100011101010001101011110 | bcc3beb48ebbbcc3beb48ea35e |
UTF-8 | 蔀彰サ蔀彰」^ | 11101000100101001000000011100101101111011011000011101111101111011011101111101000100101001000000011100101101111011011000011101111101111011010001101011110 | e89480e5bdb0efbdbbe89480e5bdb0efbda35e |
UHC | ?彰??彰?^ | 001111111111001111100000001111110011111111110011111000000011111101011110 | 3ff3e03f3ff3e03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)