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 | 缸??? | 1110001110011101001111110011111100111111 | e39d3f3f3f |
EUC-JP | 缸??? | 1110010111111101001111110011111100111111 | e5fd3f3f3f |
UTF-8 | 缸멸렭렗 | 111001111011110010111000111010111010100110111000111010111010000010101101111010111010000010010111 | e7bcb8eba9b8eba0adeba097 |
UHC | 缸멸렭렗 | 1111100111111100101110001110101010001110101110101000111010101100 | f9fcb8ea8eba8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)