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 | ?瑤?? | 0011111111101010101000100011111100111111 | 3feaa23f3f |
EUC-JP | ?瑤?? | 0011111111110100101001000011111100111111 | 3ff4a43f3f |
UTF-8 | 앓瑤렒렕 | 111011001001010110010011111001111001000110100100111010111010000010010010111010111010000010010101 | ec9593e791a4eba092eba095 |
UHC | 앓瑤렒렕 | 1011111011001110111010001111110110001110101001111000111010101010 | becee8fd8ea78eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)