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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???昻?B | 00111111001111110011111111111010110100000011111101000010 | 3f3f3ffad03f42 |
EUC-JP | 沅????B | 1000111111000110111010010011111100111111001111110011111101000010 | 8fc6e93f3f3f3f42 |
UTF-8 | 沅룹젿昻쒫B | 11100110101100101000010111101011101000111011100111101100101000001011111111100110100110001011101111101100100100101010101101000010 | e6b285eba3b9eca0bfe698bbec92ab42 |
UHC | 沅룹젿昻쒫B | 1110101010110110101101111110110010100000101100011110010011101001100111010100001001000010 | eab6b7eca0b1e4e99d4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)