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 | ???幼?? | 00111111001111110011111110010111011000110011111100111111 | 3f3f3f97633f3f |
EUC-JP | ???幼?? | 00111111001111110011111111001101110001000011111100111111 | 3f3f3fcdc43f3f |
UTF-8 | 琉숈퐩幼먬퐥 | 111011111010011110001100111011001000100010001000111011011001000010101001111001011011100110111100111010111010100010101100111011011001000010100101 | efa78cec8888ed90a9e5b9bceba8aced90a5 |
UHC | 琉숈퐩幼먬퐥 | 111010111010010010011001111011001011110110010010111010101110101010010000111010011011110110001110 | eba499ecbd92eaea90e9bd8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)