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 | 00111111001111110011111110010111010000100011111101000010 | 3f3f3f97423f42 |
EUC-JP | ???唯?B | 00111111001111110011111111001101101000110011111101000010 | 3f3f3fcda33f42 |
UTF-8 | 僚녹뼚唯셎B | 11101111101001101011101111101011100001011011100111101011101111001001101011100101100101001010111111101100100001011000111001000010 | efa6bbeb85b9ebbc9ae594afec858e42 |
UHC | 僚녹뼚唯셎B | 1110100011101000101100111110110010010110101000001110101011100110100110010101001101000010 | e8e8b3ec96a0eae6995342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)