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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???邂 | 0011111100111111001111111110011110101110 | 3f3f3fe7ae |
EUC-JP | ???邂 | 0011111100111111001111111110111010110000 | 3f3f3feeb0 |
UTF-8 | 凉붼굙邂 | 111011111010010110111001111010111011011010111100111010101011010110011001111010011000001010000010 | efa5b9ebb6bceab599e98282 |
UHC | 凉붼굙邂 | 1110010110111100100101001110100110000010100000011111101010110011 | e5bc94e98281fab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)