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 | ??M? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-WIN | ??M? | 00111111001111110100110100111111 | 3f3f4d3f |
EUC-JP | ??M? | 00111111001111110100110100111111 | 3f3f4d3f |
UTF-8 | 쐛樂M峀 | 11101100100100001001101111101111101001101011111101001101111001011011001110000000 | ec909befa6bf4de5b380 |
UHC | 쐛樂M峀 | 10011100100000011110100011111001010011011110000111111100 | 9c81e8f94de1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)