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 | 銑遜率\ | 10010001010011001001000110111011100101111010011001011100 | 914c91bb97a65c |
EUC-JP | 銑遜率\ | 11000001101011011100001010111101110011101010100001011100 | c1adc2bdcea85c |
UTF-8 | 銑遜率\ | 11101001100010101001000111101001100000011001110011100111100011101000011101011100 | e98a91e9819ce78e875c |
UHC | 銑遜率\ | 11100000110101011110000111100001111000011110001101011100 | e0d5e1e1e1e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)