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 | ???移 | 0011111100111111001111111000100011011010 | 3f3f3f88da |
EUC-JP | ???移 | 0011111100111111001111111011000011011100 | 3f3f3fb0dc |
UTF-8 | 蓮우뮁移 | 111011111010011010011001111011001001101010110000111010111010111010000001111001111010011110111011 | efa699ec9ab0ebae81e7a7bb |
UHC | 蓮우뮁移 | 1110011011100101101111111110110010010010100100001110110010111001 | e6e5bfec9290ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)