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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 二?┳r{d | 1001001111110001001111111000010010110001011100100111101101100100 | 93f13f84b1727b64 |
EUC-JP | 二?┳r{d | 1100011011110011001111111010100010110011011100100111101101100100 | c6f33fa8b3727b64 |
UTF-8 | 二쾨┳r{d | 111001001011101010001100111011001011111010101000111000101001010010110011011100100111101101100100 | e4ba8cecbea8e294b3727b64 |
UHC | 二쾨┳r{d | 111011001010001111000100111010101010011010110011011100100111101101100100 | eca3c4eaa6b3727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)