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 | 鞣ょ「謎 | 11101000111000101000001011100101101000101001001111100100 | e8e282e5a293e4 |
EUC-JP | 鞣ょ「謎 | 1111000011100100101001001110011110001110101000101100011011100110 | f0e4a4e78ea2c6e6 |
UTF-8 | 鞣ょ「謎 | 111010011001111010100011111000111000001010000111111011111011110110100010111010001010110010001110 | e99ea3e38287efbda2e8ac8e |
UHC | ?ょ?謎 | 001111111010101011100111001111111101101010111010 | 3faae73fdaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)