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 | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 料뀐숱n料뀐숱nB | 111011111010011010111110111010111000000010010000111011001000100010110001011011101110111110100110101111101110101110000000100100001110110010001000101100010110111001000010 | efa6beeb8090ec88b16eefa6beeb8090ec88b16e42 |
UHC | 料뀐숱n料뀐숱nB | 111010001111011110110010111011111011110110100010011011101110100011110111101100101110111110111101101000100110111001000010 | e8f7b2efbda26ee8f7b2efbda26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)