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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螢鯉ス・鞳乞 | 11100101101000111000110011101111101111011010010111101000111000111000110011101110 | e5a38cefbda5e8e38cee |
EUC-JP | 螢鯉ス・鞳乞 | 111010101010010110111000111100011000111010111101100011101010010111110000111001011011100011110000 | eaa5b8f18ebd8ea5f0e5b8f0 |
UTF-8 | 螢鯉ス・鞳乞 | 111010001001111010100010111010011010111110001001111011111011110110111101111011111011110110100101111010011001111010110011111001001011100110011110 | e89ea2e9af89efbdbdefbda5e99eb3e4b99e |
UHC | 螢鯉???乞 | 111110111010101111010111111011110011111100111111001111111100101111110111 | fbabd7ef3f3f3fcbf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)