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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讎慕爆鈬 | 1110011010100110100101011110011110010100100110101110011111100011 | e6a695e7949ae7e3 |
EUC-JP | 讎慕爆鈬 | 1110110010101000110010101110100111000111111110101110111011100101 | eca8cae9c7faeee5 |
UTF-8 | 讎慕爆鈬 | 111010001010111010001110111001101000010110010101111001111000100010000110111010011000100010101100 | e8ae8ee68595e78886e988ac |
UHC | ?慕爆? | 001111111101100110110111111110001110111100111111 | 3fd9b7f8ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)