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 | 雋諌シ雋諌コ^ | 1110100010110010100010101101000010111100111010001011001010001010110100001011101001011110 | e8b28ad0bce8b28ad0ba5e |
EUC-JP | 雋諌シ雋諌コ^ | 11110000101101001011010011010010100011101011110011110000101101001011010011010010100011101011101001011110 | f0b4b4d28ebcf0b4b4d28eba5e |
UTF-8 | 雋諌シ雋諌コ^ | 11101001100110111000101111101000101010111000110011101111101111011011110011101001100110111000101111101000101010111000110011101111101111011011101001011110 | e99b8be8ab8cefbdbce99b8be8ab8cefbdba5e |
UHC | 雋??雋??^ | 111100011110011000111111001111111111000111100110001111110011111101011110 | f1e63f3ff1e63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)