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 | 炯易濠 | 111000000111011010001000110101011000110110001010 | e07688d58d8a |
EUC-JP | 炯易濠 | 110111111101011110110000110101111011100111101010 | dfd7b0d7b9ea |
UTF-8 | 炯易濠 | 111001111000001010101111111001101001100010010011111001101011111110100000 | e782afe69893e6bfa0 |
UHC | 炯易濠 | 111110111010011011100110101101101111101111001100 | fba6e6b6fbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)