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 | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
EUC-JP | 縕??徇?? | 100011111101010011000010001111110011111111010111110011100011111100111111 | 8fd4c23f3fd7ce3f3f |
UTF-8 | 縕됬렡徇싮윘 | 111001111011100010010101111010111001000010101100111010111010000010100001111001011011111010000111111011001000101110101110111011001001110010011000 | e7b895eb90aceba0a1e5be87ec8baeec9c98 |
UHC | 縕됬렡徇싮윘 | 111010001011001010001001111001111000111010110010111000101101111110011010111010011001111110011100 | e8b289e78eb2e2df9ae99f9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)