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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逍ら嚴 | 111001111001011010000010111001111001101010001110 | e79682e79a8e |
EUC-JP | 逍ら嚴 | 111011011111011010100100111010011101001111101110 | edf6a4e9d3ee |
UTF-8 | 逍ら嚴 | 111010011000000010001101111000111000001010001001111001011001101010110100 | e9808de38289e59ab4 |
UHC | 逍ら嚴 | 111000011100111010101010111010011110010111110001 | e1ceaae9e5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)