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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炯漣囁 | 111000000111011010010111111110001001101010010001 | e07697f89a91 |
EUC-JP | 炯漣囁 | 110111111101011111001110111110101101001111110001 | dfd7cefad3f1 |
UTF-8 | 炯漣囁 | 111001111000001010101111111001101011110010100011111001011001101110000001 | e782afe6bca3e59b81 |
UHC | 炯漣? | 1111101110100110110101011111111000111111 | fba6d5fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)