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 | 憶??肉?? | 1000100110101111001111110011111110010011111101110011111100111111 | 89af3f3f93f73f3f |
EUC-JP | 憶??肉?? | 1011001010110001001111110011111111000110111110010011111100111111 | b2b13f3fc6f93f3f |
UTF-8 | 憶귣ㅉ肉얍ㄾ | 111001101000011010110110111010101011011110100011111000111000010110001001111010001000001010001001111011001001011010001101111000111000010010111110 | e686b6eab7a3e38589e88289ec968de384be |
UHC | 憶귣ㅉ肉얍ㄾ | 111001011110001110000010111010111010010010111001111010111011111110111110111001011010010010101110 | e5e382eba4b9ebbfbee5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)