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 | 1111101111011101110010001110100010111010101010011110100011101111100011101010111101000010 | fbddc8e8baa9e8ef8eaf42 |
EUC-JP | 錝ネ霄ゥ韵識B | 1000111111100100110110111000111011001000111100001011110010001110101010011111000011110001101111001011000101000010 | 8fe4db8ec8f0bc8ea9f0f1bcb142 |
UTF-8 | 錝ネ霄ゥ韵識B | 11101001100011001001110111101111101111101000100011101001100111001000010011101111101111011010100111101001100111111011010111101000101011011001100001000010 | e98c9defbe88e99c84efbda9e99fb5e8ad9842 |
UHC | ?????識B | 0011111100111111001111110011111100111111111000111101101101000010 | 3f3f3f3f3fe3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)