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 | 粫剰轡讚 | 1110001011100110100011111110100010001100010001001110011010101011 | e2e68fe88c44e6ab |
EUC-JP | 粫剰轡讚 | 1110010011101000101111101110101010110111101001011110110010101101 | e4e8beeab7a5ecad |
UTF-8 | 粫剰轡讚 | 111001111011001010101011111001011000100110110000111010001011110110100001111010001010111010011010 | e7b2abe589b0e8bda1e8ae9a |
UHC | ???讚 | 0011111100111111001111111111001111000110 | 3f3f3ff3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)