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 | 筌??湲 | 111000101010001100111111001111111001111111010001 | e2a33f3f9fd1 |
EUC-JP | 筌??湲 | 111001001010010100111111001111111101111011010011 | e4a53f3fded3 |
UTF-8 | 筌띿궚湲 | 111001111010110110001100111010111001110110111111111010101011011010011010111001101011100110110010 | e7ad8ceb9dbfeab69ae6b9b2 |
UHC | 筌띿궚湲 | 1110111110100111100011011110110010000010101011111110101010111000 | efa78dec82afeab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)