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 | 孃わ?悠 | 10011011011011111000001011101101001111111001011101001001 | 9b6f82ed3f9749 |
EUC-JP | 孃わ?悠 | 11010101110100001010010011101111001111111100110110101010 | d5d0a4ef3fcdaa |
UTF-8 | 孃わ퐞悠 | 111001011010110110000011111000111000001010001111111011011001000010011110111001101000001010100000 | e5ad83e3828fed909ee682a0 |
UHC | 孃わ퐞悠 | 1110010110111110101010101110111110111101100001111110101011101101 | e5beaaefbd87eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)