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 | 陂ろ掠墲 | 1110100010011000100000101110101110010111101010011111101010011110 | e89882eb97a9fa9e |
EUC-JP | 陂ろ掠墲 | 111011111111100010100100111011011100111010101011100011111011100011001110 | eff8a4edceab8fb8ce |
UTF-8 | 陂ろ掠墲 | 111010011001100110000010111000111000001010001101111001101000111010100000111001011010001010110010 | e99982e3828de68ea0e5a2b2 |
UHC | 陂ろ掠? | 11111001101011101010101011101101110101011101001100111111 | f9aeaaedd5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)