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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 赭幎・ろ「達B | 1110011011011110100110111110101110100101100000101110101110100010100100100100001001000010 | e6de9beba582eba2924242 |
EUC-JP | 赭幎・ろ「達B | 11101100111000001101011011101101100011101010010110100100111011011000111010100010110000111010001101000010 | ece0d6ed8ea5a4ed8ea2c3a342 |
UTF-8 | 赭幎・ろ「達B | 11101000101101011010110111100101101110011000111011101111101111011010010111100011100000101000110111101111101111011010001011101001100000011001010001000010 | e8b5ade5b98eefbda5e3828defbda2e9819442 |
UHC | ???ろ?達B | 001111110011111100111111101010101110110100111111110100111011100101000010 | 3f3f3faaed3fd3b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)