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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蓐玲シ丞」 | 1110010011101010100101111110011010111100100011111110010110100011 | e4ea97e6bc8fe5a3 |
EUC-JP | 蓐玲シ丞」 | 11101000111011001100111011101000100011101011110010111110111001111000111010100011 | e8eccee88ebcbee78ea3 |
UTF-8 | 蓐玲シ丞」 | 111010001001001110010000111001111000111010110010111011111011110110111100111001001011100010011110111011111011110110100011 | e89390e78eb2efbdbce4b89eefbda3 |
UHC | ?玲?丞? | 00111111110101101011110000111111111000111010101000111111 | 3fd6bc3fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)