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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???幄 | 0011111100111111001111111001101111101000 | 3f3f3f9be8 |
EUC-JP | ???幄 | 0011111100111111001111111101011011101010 | 3f3f3fd6ea |
UTF-8 | 뤉렐톽幄 | 111010111010010010001001111010111010000010010000111011011000011010111101111001011011100110000100 | eba489eba090ed86bde5b984 |
UHC | 뤉렐톽幄 | 1000111110111001101101111011110010110111100011111110010011000001 | 8fb9b7bcb78fe4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)