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 | 將?畯? | 100110111001001000111111111110110110111100111111 | 9b923ffb6f3f |
EUC-JP | 將?畯? | 11010101111100100011111110001111110011011011101100111111 | d5f23f8fcdbb3f |
UTF-8 | 將렚畯푭 | 111001011011000010000111111010111010000010011010111001111001010110101111111011011001000110101101 | e5b087eba09ae795afed91ad |
UHC | 將렚畯푭 | 1110110111100010100011101010110111110001111000011100011110101000 | ede28eadf1e1c7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)