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 | 螢鯉ス・螻。 | 111001011010001110001100111011111011110110100101111001011011000110100001 | e5a38cefbda5e5b1a1 |
EUC-JP | 螢鯉ス・螻。 | 111010101010010110111000111100011000111010111101100011101010010111101010101100111000111010100001 | eaa5b8f18ebd8ea5eab38ea1 |
UTF-8 | 螢鯉ス・螻。 | 111010001001111010100010111010011010111110001001111011111011110110111101111011111011110110100101111010001001111010111011111011111011110110100001 | e89ea2e9af89efbdbdefbda5e89ebbefbda1 |
UHC | 螢鯉???? | 1111101110101011110101111110111100111111001111110011111100111111 | fbabd7ef3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)