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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 芽泓逢芽泓 | 10001001111010001001111110010111100010001010011110001001111010001001111110010111 | 89e89f9788a789e89f97 |
EUC-JP | 芽泓逢芽泓 | 10110010111010101101110111110111101100001010100110110010111010101101110111110111 | b2eaddf7b0a9b2eaddf7 |
UTF-8 | 芽泓逢芽泓 | 111010001000101010111101111001101011001110010011111010011000000010100010111010001000101010111101111001101011001110010011 | e88abde6b393e980a2e88abde6b393 |
UHC | 芽泓逢芽泓 | 11100100101101001111101111110010110111001111000111100100101101001111101111110010 | e4b4fbf2dcf1e4b4fbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)