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 | åtåt^ | 100100001110010110001001011101001001000011100101100010010111010001011110 | 90e5897490e589745e |
SJIS-WIN | ???t???t^ | 001111110011111100111111011101000011111100111111001111110111010001011110 | 3f3f3f743f3f3f745e |
EUC-JP | ?å?t?å?t^ | 00111111100011111010101110101001001111110111010000111111100011111010101110101001001111110111010001011110 | 3f8faba93f743f8faba93f745e |
UTF-8 | åtåt^ | 110000101001000011000011101001011100001010001001011101001100001010010000110000111010010111000010100010010111010001011110 | c290c3a5c28974c290c3a5c289745e |
UHC | ???t???t^ | 001111110011111100111111011101000011111100111111001111110111010001011110 | 3f3f3f743f3f3f745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)