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 | 枝?猿蛟? | 1000111001111101001111111000100110001110111001011000000000111111 | 8e7d3f898ee5803f |
EUC-JP | 枝?猿蛟? | 1011101111011110001111111011000111101110111010011110000000111111 | bbde3fb1eee9e03f |
UTF-8 | 枝렔猿蛟렯 | 111001101001111010011101111010111010000010010100111001111000110010111111111010001001101110011111111010111010000010101111 | e69e9deba094e78cbfe89b9feba0af |
UHC | 枝렔猿蛟렯 | 11110010101010111000111010101001111010101011101111001110111100011000111010111100 | f2ab8ea9eabbcef18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)