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 | ??V??_ | 001111110011111101010110001111110011111101011111 | 3f3f563f3f5f |
SJIS-WIN | ??V旭?_ | 00111111001111110101011010001000101011100011111101011111 | 3f3f5688ae3f5f |
EUC-JP | ??V旭?_ | 00111111001111110101011010110000101100000011111101011111 | 3f3f56b0b03f5f |
UTF-8 | 亐렕V旭렔_ | 1110010010111010100100001110101110100000100101010101011011100110100101111010110111101011101000001001010001011111 | e4ba90eba09556e697adeba0945f |
UHC | 亐렕V旭렔_ | 11101010101001111000111010101010010101101110100111101111100011101010100101011111 | eaa78eaa56e9ef8ea95f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)