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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 萓晧疾粐ス | 111001001011111010011101111011001000111010111110111000101110001010111101 | e4be9dec8ebee2e2bd |
EUC-JP | 萓晧疾粐ス | 11101000110000001101101011101110101111001100000011100100111001001000111010111101 | e8c0daeebcc0e4e48ebd |
UTF-8 | 萓晧疾粐ス | 111010001001000010010011111001101001100110100111111001111001011010111110111001111011001010010000111011111011110110111101 | e89093e699a7e796bee7b290efbdbd |
UHC | ?晧疾?? | 00111111111110111100010111110010111100000011111100111111 | 3ffbc5f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)