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 | 識炅而 | 1111000111100110100011101010111111111011010100011000111010100111 | f1e68eaffb518ea7 |
EUC-JP | ?識炅而 | 0011111110111100101100011000111111001001110010101011110010101001 | 3fbcb18fc9cabca9 |
UTF-8 | 識炅而 | 111011101000010110100001111010001010110110011000111001111000001010000101111010001000000010001100 | ee85a1e8ad98e78285e8808c |
UHC | ?識炅而 | 00111111111000111101101111001100110111011110110010111011 | 3fe3dbccddecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)