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 | 毬咤韈痾 | 1001111101111011100110100100001011101000111001111110000101111101 | 9f7b9a42e8e7e17d |
EUC-JP | 毬咤韈痾 | 1101110111011100110100111010001111110000111010011110000111011110 | dddcd3a3f0e9e1de |
UTF-8 | 毬咤韈痾 | 111001101010111110101100111001011001001010100100111010011001111110001000111001111001011110111110 | e6aface592a4e99f88e797be |
UHC | 毬咤?? | 110011111011001111110110111000110011111100111111 | cfb3f6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)