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 | 省ケ、脯ニ | 10001111110010001011100110100100111000111111101111000110 | 8fc8b9a4e3fbc6 |
EUC-JP | 省ケ、脯ニ | 10111110110010101000111010111001100011101010010011100110111111011000111011000110 | beca8eb98ea4e6fd8ec6 |
UTF-8 | 省ケ、脯ニ | 111001111001110010000001111011111011110110111001111011111011110110100100111010001000010010101111111011111011111010000110 | e79c81efbdb9efbda4e884afefbe86 |
UHC | 省??脯? | 11100000111111010011111100111111111110001110000100111111 | e0fd3f3ff8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)