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 | ???違?Ⅴ | 0011111100111111001111111000100011100001001111111000011101011000 | 3f3f3f88e13f8758 |
EUC-JP | ??ʼn違?? | 001111110011111110001111101010011100101010110000111000110011111100111111 | 3f3f8fa9cab0e33f3f |
UTF-8 | 凉듬ʼn違몌Ⅴ | 1110111110100101101110011110101110010011101011001100010110001001111010011000000110010101111010111010101010001100111000101000010110100100 | efa5b9eb93acc589e98195ebaa8ce285a4 |
UHC | 凉듬ʼn違몌Ⅴ | 111001011011110010110101111010111010100110110000111010101101111010111000111011111010010110110100 | e5bcb5eba9b0eadeb8efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)