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 | ?嵩存こ∫ | 001111111001000010010011100100011011011010000010101100011000000111100111 | 3f909391b682b181e7 |
EUC-JP | ?嵩存こ∫ | 001111111011111111110011110000101011100010100100101100111010001011101001 | 3fbff3c2b8a4b3a2e9 |
UTF-8 | 룶嵩存こ∫ | 111010111010001110110110111001011011010110101001111001011010110110011000111000111000000110010011111000101000100010101011 | eba3b6e5b5a9e5ad98e38193e288ab |
UHC | 룶嵩存こ∫ | 10001111101010111110001110100001111100001110110110101010101100111010000111110010 | 8fabe3a1f0edaab3a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)