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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 悉胝叱昇ホ | 1111000111110110100011101011101111100011111100011000111010110110100011111011100011001110 | f1f68ebbe3f18eb68fb8ce |
EUC-JP | ?悉胝叱昇ホ | 0011111110111100101111011110011011110011101111001011100010111110101110101000111011001110 | 3fbcbde6f3bcb8beba8ece |
UTF-8 | 悉胝叱昇ホ | 111011101000010110110001111001101000001010001001111010001000001110011101111001011000111110110001111001101001100010000111111011111011111010001110 | ee85b1e68289e8839de58fb1e69887efbe8e |
UHC | ?悉?叱昇? | 001111111110001111111010001111111111001011101010111000111011000000111111 | 3fe3fa3ff2eae3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)