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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 渶??渶??^ | 1000111111000111111011010011111100111111100011111100011111101101001111110011111101011110 | 8fc7ed3f3f8fc7ed3f3f5e |
UTF-8 | 渶뺧슬渶뺧슬^ | 11100110101110001011011011101011101110101010011111101100100010101010110011100110101110001011011011101011101110101010011111101100100010101010110001011110 | e6b8b6ebbaa7ec8aace6b8b6ebbaa7ec8aac5e |
UHC | 渶뺧슬渶뺧슬^ | 11100111101101111001010111101111101111011011110111100111101101111001010111101111101111011011110101011110 | e7b795efbdbde7b795efbdbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)