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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 焦ユ雫示^ | 11110000110000011000111111000101110101011000111010110100100011101010011001011110 | f0c18fc5d58eb48ea65e |
EUC-JP | ?焦ユ雫示^ | 00111111101111101100011110001110110101011011110010110110101111001010100001011110 | 3fbec78ed5bcb6bca85e |
UTF-8 | 焦ユ雫示^ | 11101110100000101000000011100111100001001010011011101111101111101001010111101001100110111010101111100111101001001011101001011110 | ee8280e784a6efbe95e99babe7a4ba5e |
UHC | ?焦??示^ | 0011111111110101101001010011111100111111111000111100011001011110 | 3ff5a53f3fe3c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)