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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 約??畏 | 100101101111000100111111001111111000100011011000 | 96f13f3f88d8 |
EUC-JP | 約??畏 | 110011001111001100111111001111111011000011011010 | ccf33f3fb0da |
UTF-8 | 約든뮵畏 | 111001111011010010000100111010111001001110100000111010111010111010110101111001111001010110001111 | e7b484eb93a0ebaeb5e7958f |
UHC | 約든뮵畏 | 1110010110110011101101011110011110010010101111011110100011100110 | e5b3b5e792bde8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)