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 | 逡??乙?逡 | 111001111001010100111111001111111000100110110011001111111110011110010101 | e7953f3f89b33fe795 |
EUC-JP | 逡??乙?逡 | 111011011111010100111111001111111011001010110101001111111110110111110101 | edf53f3fb2b53fedf5 |
UTF-8 | 逡壘강乙렒逡 | 111010011000000010100001111011111010010110001010111010101011000010010101111001001011100110011001111010111010000010010010111010011000000010100001 | e980a1efa58aeab095e4b999eba092e980a1 |
UHC | 逡壘강乙렒逡 | 111100011110010011010010111001001011000010101101111010111110000010001110101001111111000111100100 | f1e4d2e4b0adebe08ea7f1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)