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 | 辷コ霍ォ遉谷 | 11100111100010001011101011101000101101111010101111100111101001001001001001001010 | e788bae8b7abe7a4924a |
EUC-JP | 辷コ霍ォ遉谷 | 111011011110100010001110101110101111000010111001100011101010101111101110101001101100001110101011 | ede88ebaf0b98eabeea6c3ab |
UTF-8 | 辷コ霍ォ遉谷 | 111010001011111010110111111011111011110110111010111010011001110010001101111011111011110110101011111010011000000110001001111010001011000010110111 | e8beb7efbdbae99c8defbdabe98189e8b0b7 |
UHC | ?????谷 | 00111111001111110011111100111111001111111100110111011011 | 3f3f3f3f3fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)