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 | 阡ュ鬆ュ嶹エ | 111010001001010010101101111010011010000010101101111110101011010110110100 | e894ade9a0adfab5b4 |
EUC-JP | 阡ュ鬆ュ嶹エ | 11101111111101001000111010101101111100101010001010001110101011011000111110111011111101011000111010110100 | eff48eadf2a28ead8fbbf58eb4 |
UTF-8 | 阡ュ鬆ュ嶹エ | 111010011001100010100001111011111011110110101101111010011010110010000110111011111011110110101101111001011011011010111001111011111011110110110100 | e998a1efbdade9ac86efbdade5b6b9efbdb4 |
UHC | 阡????? | 11110100110001100011111100111111001111110011111100111111 | f4c63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)