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 | 痍?姐? | 111000010111011100111111100010001011011100111111 | e1773f88b73f |
EUC-JP | 痍?姐? | 111000011101100000111111101100001011100100111111 | e1d83fb0b93f |
UTF-8 | 痍렣姐렫 | 111001111001011110001101111010111010000010100011111001011010011110010000111010111010000010101011 | e7978deba0a3e5a790eba0ab |
UHC | 痍렣姐렫 | 1110110010110111100011101011010011101110101110111000111010111001 | ecb78eb4eebb8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)