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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篏罨ャサ | 111000101011101111100011101010101010110010111011 | e2bbe3aaacbb |
EUC-JP | 篏罨ャサ | 1110010010111101111001101010110010001110101011001000111010111011 | e4bde6ac8eac8ebb |
UTF-8 | 篏罨ャサ | 111001111010111110001111111001111011110110101000111011111011110110101100111011111011110110111011 | e7af8fe7bda8efbdacefbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)