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 | 蜍コ霎杤 | 11100101100010111011101011101000101111101001111001011100 | e58bbae8be9e5c |
EUC-JP | 蜍コ霎杤 | 1110100111101011100011101011101011110000110000001101101110111101 | e9eb8ebaf0c0dbbd |
UTF-8 | 蜍コ霎杤 | 111010001001110010001101111011111011110110111010111010011001110010001110111001101001110110100100 | e89c8defbdbae99c8ee69da4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)