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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 洩銑跣A | 10001001011010111001000101001100111001101110111101000001 | 896b914ce6ef41 |
EUC-JP | 洩銑跣A | 10110001110011001100000110101101111011001111000101000001 | b1ccc1adecf141 |
UTF-8 | 洩銑跣A | 11100110101101001010100111101001100010101001000111101000101101111010001101000001 | e6b4a9e98a91e8b7a341 |
UHC | 洩銑跣A | 11100000110111011110000011010101111000001101001101000001 | e0dde0d5e0d341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)