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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蘊??\ | 1110010101011101001111110011111101011100 | e55d3f3f5c |
EUC-JP | 蘊??\ | 1110100110111110001111110011111101011100 | e9be3f3f5c |
UTF-8 | 蘊덅콒\ | 11101000100110001000101011101011100011011000010111101100101111011001001001011100 | e8988aeb8d85ecbd925c |
UHC | 蘊덅콒\ | 11101000101100111000100011101000101100011000111001011100 | e8b388e8b18e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)