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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
EUC-JP | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
UTF-8 | 說욅굺說껆뙗LB | 1110111110100110101000011110110010011010100001011110101010110101101110101110111110100110101000011110101010111011100001101110101110011001100101110100110001000010 | efa6a1ec9a85eab5baefa6a1eabb86eb99974c42 |
UHC | 說욅굺說껆뙗LB | 1110011011110010100111101110011110000010100110011110011011110010100000111110011110001100100111000100110001000010 | e6f29ee78299e6f283e78c9c4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)