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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?????Р^ | 0011111100111111001111110011111100111111100001000101000101011110 | 3f3f3f3f3f84515e |
EUC-JP | ?????Р^ | 0011111100111111001111110011111100111111101001111011001001011110 | 3f3f3f3f3fa7b25e |
UTF-8 | 琉욅뮰琉욌Р^ | 111011111010011110001100111011001001101010000101111010111010111010110000111011111010011110001100111011001001101010001100110100001010000001011110 | efa78cec9a85ebaeb0efa78cec9a8cd0a05e |
UHC | 琉욅뮰琉욌Р^ | 11101011101001001001111011100111100100101011100111101011101001001001111011101011101011001011001001011110 | eba49ee792b9eba49eebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)