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 | 枝?迂?瀞? | 100011100111110100111111100010010100100100111111100100111101001000111111 | 8e7d3f89493f93d23f |
EUC-JP | 枝?迂?瀞? | 101110111101111000111111101100011010101000111111110001101101010000111111 | bbde3fb1aa3fc6d43f |
UTF-8 | 枝렏迂렧瀞렢 | 111001101001111010011101111010111010000010001111111010001011111110000010111010111010000010100111111001111000000010011110111010111010000010100010 | e69e9deba08fe8bf82eba0a7e7809eeba0a2 |
UHC | 枝렏迂렧瀞렢 | 111100101010101110001110101001011110100111100110100011101011011011101111111001111000111010110011 | f2ab8ea5e9e68eb6efe78eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)